aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/events.cpp')
-rw-r--r--engines/titanic/events.cpp2
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();
}