mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-04-02 06:42:47 +03:00
Push a stack frame when Game::createmenu() is called
Unless it's the main menu, or unless it's not the same menu. Whether or not the menu is the same is left up to the caller, because some menus could be the same but use different names, so we can't simply automatically check that the names are different and assume that they aren't the same menu.
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
|
||||
std::string timetstring(int t);
|
||||
|
||||
void createmenu(enum Menu::MenuName t);
|
||||
void createmenu(enum Menu::MenuName t, bool samemenu = false);
|
||||
|
||||
void lifesequence();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user