CGE2: Fix comment in runGame().

This commit is contained in:
uruk 2014-08-11 15:38:28 +02:00
parent 8510152545
commit c3a5a9177b

View File

@ -632,7 +632,8 @@ void CGE2Engine::runGame() {
while (!_endGame && !_quitFlag)
mainLoop();
// If finishing game due to closing ScummVM window, explicitly save the game
// If leaving the game (close window, return to launcher, etc.
// - except finishing the game), explicitly save it's state:
if (!_endGame && canSaveGameStateCurrently())
qGame();