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:
Misa
2020-05-07 15:17:04 -07:00
committed by Ethan Lee
parent b59e5a8346
commit 69aeac2410
2 changed files with 10 additions and 4 deletions

View File

@@ -380,6 +380,7 @@ public:
int playgc;
void quittomenu();
void returntolab();
};
extern Game game;