mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove now-unused variable Game::previousmenuname
This used to be used for Menu::youwannaquit, but now it uses the same stack frame system as everything else, so it's gone unused now.
This commit is contained in:
@@ -1284,7 +1284,6 @@ void titleinput()
|
||||
if (key.isDown(27) && game.currentmenuname != Menu::youwannaquit && game.menustart)
|
||||
{
|
||||
music.playef(11);
|
||||
game.previousmenuname = game.currentmenuname;
|
||||
game.createmenu(Menu::youwannaquit);
|
||||
map.nexttowercolour();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user