mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Rename Menu::setslowdown2 to Menu::setslowdown
Now that setslowdown1 has been removed it's no longer necessary to have a 2 on the end of setslowdown2.
This commit is contained in:
@@ -269,7 +269,7 @@ void menurender()
|
||||
graphics.Print( -1, 100, "Are you sure you want to ", tr, tg, tb, true);
|
||||
graphics.Print( -1, 110, "enable invincibility?", tr, tg, tb, true);
|
||||
break;
|
||||
case Menu::setslowdown2:
|
||||
case Menu::setslowdown:
|
||||
graphics.bigprint( -1, 40, "Game Speed", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "Select a new game speed below.", tr, tg, tb, true);
|
||||
switch (game.gameframerate)
|
||||
|
||||
Reference in New Issue
Block a user