mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Add period to glitchrunner mode description text
This is to be consistent with the other options in the Advanced Options menu.
This commit is contained in:
parent
91bc438d79
commit
cd2f5ccde9
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ static void menurender(void)
|
|||
case 4:
|
||||
graphics.bigprint( -1, 30, "Glitchrunner Mode", tr, tg, tb, true);
|
||||
graphics.Print( -1, 65, "Re-enable glitches that existed", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "in previous versions of the game", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "in previous versions of the game.", tr, tg, tb, true);
|
||||
if (game.glitchrunnermode)
|
||||
{
|
||||
graphics.Print( -1, 95, "Glitchrunner mode is ON", tr, tg, tb, true);
|
||||
|
|
Loading…
Reference in a new issue