diff options
-rw-r--r-- | engines/cge2/cge2_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 02efdfe982..c8c3a1e77a 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -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(); |