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

@@ -6753,7 +6753,7 @@ void Game::createmenu( enum Menu::MenuName t )
menuxoff = -30;
menuyoff = 64;
break;
case Menu::setslowdown2:
case Menu::setslowdown:
option("normal speed");
option("80% speed");
option("60% speed");