diff --git a/src/game/gameBasics.cpp b/src/game/gameBasics.cpp index ad9666d..c01199d 100644 --- a/src/game/gameBasics.cpp +++ b/src/game/gameBasics.cpp @@ -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; } }