mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove Game::shouldreturntopausemenu
This kludge variable was used to re-set the warp background after coming back from the in-game settings menus. But since #522 got merged, this has no longer been necessary.
This commit is contained in:
@@ -377,7 +377,6 @@ void Game::init(void)
|
||||
|
||||
ingame_titlemode = false;
|
||||
kludge_ingametemp = Menu::mainmenu;
|
||||
shouldreturntopausemenu = false;
|
||||
|
||||
disablepause = false;
|
||||
}
|
||||
@@ -7155,7 +7154,6 @@ void Game::returntopausemenu()
|
||||
{
|
||||
obj.flags[73] = true;
|
||||
}
|
||||
shouldreturntopausemenu = true;
|
||||
}
|
||||
|
||||
void Game::unlockAchievement(const char *name) {
|
||||
|
||||
Reference in New Issue
Block a user