mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +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:
@@ -6753,12 +6753,6 @@ void Game::createmenu( enum Menu::MenuName t )
|
||||
menuxoff = -30;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::setslowdown1:
|
||||
option("no, return to options");
|
||||
option("yes, delete saves");
|
||||
menuxoff = -30;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::setslowdown2:
|
||||
option("normal speed");
|
||||
option("80% speed");
|
||||
|
||||
Reference in New Issue
Block a user