a
This commit is contained in:
parent
7e3de18419
commit
04e7b7da94
@ -69,10 +69,11 @@ void Game::managedGames() {
|
||||
if(playMode==PlayMode::NONE){
|
||||
playMode = pm->showInitialMenu();
|
||||
}else{
|
||||
DEBUG_MSG("Starting game")
|
||||
initGame();
|
||||
enterGameLoop(); // will read the playMode
|
||||
DEBUG_MSG("END End of game")
|
||||
handleScoreSaving();
|
||||
cout << "END OF GAME" << endl;
|
||||
if(!pm->showDeathMenu())playMode = PlayMode::NONE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user