mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused menu setslowdown1
Looks like it was a remnant from the Flash days, and the "delete your saves if you want to use slowdown" was a bit too mean so it stopped being a thing in the C++ version.
This commit is contained in:
@@ -392,26 +392,6 @@ void menuactionpress()
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Menu::setslowdown1:
|
||||
switch (game.currentmenuoption)
|
||||
{
|
||||
case 0:
|
||||
//back
|
||||
music.playef(11);
|
||||
game.createmenu(Menu::accessibility);
|
||||
game.currentmenuoption = 4;
|
||||
map.nexttowercolour();
|
||||
break;
|
||||
case 1:
|
||||
//change game speed
|
||||
game.deletequick();
|
||||
game.deletetele();
|
||||
game.createmenu(Menu::setslowdown2);
|
||||
map.nexttowercolour();
|
||||
music.playef(11);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Menu::setslowdown2:
|
||||
switch (game.currentmenuoption)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user