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:
Misa
2020-04-16 16:02:01 -07:00
committed by Ethan Lee
parent 1c2cee48a7
commit 7b233a0e69
4 changed files with 5 additions and 5 deletions

View File

@@ -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)