diff options
Diffstat (limited to 'engines/titanic/events.cpp')
-rw-r--r-- | engines/titanic/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/events.cpp b/engines/titanic/events.cpp index d6f12f5c7d..480cc91578 100644 --- a/engines/titanic/events.cpp +++ b/engines/titanic/events.cpp @@ -115,7 +115,7 @@ void Events::onIdle() { // Let the game manager perform any game updates gameManager->update(); - if (gameManager->_gameState._field20) { + if (gameManager->_gameState._quitGame) { // Game needs to shut down _vm->quitGame(); } |