mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move return to lab code to Game::returntolab()
Again, I'll keep gamestate 96 and 97 for compatibility reasons, but ultimately we shouldn't be using gamestates to return to the lab.
This commit is contained in:
@@ -380,6 +380,7 @@ public:
|
||||
int playgc;
|
||||
|
||||
void quittomenu();
|
||||
void returntolab();
|
||||
};
|
||||
|
||||
extern Game game;
|
||||
|
||||
Reference in New Issue
Block a user