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

@@ -392,7 +392,7 @@ void menuactionpress()
break;
}
break;
case Menu::setslowdown2:
case Menu::setslowdown:
switch (game.currentmenuoption)
{
case 0:
@@ -478,7 +478,7 @@ void menuactionpress()
break;
case 4:
//change game speed
game.createmenu(Menu::setslowdown2);
game.createmenu(Menu::setslowdown);
map.nexttowercolour();
music.playef(11);
break;