aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/hugo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index daa4df66bc..ccfeb6e306 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -284,7 +284,7 @@ Common::Error HugoEngine::run() {
break;
}
}
- _status.doQuitFl = shouldQuit(); // update game quit flag
+ _status.doQuitFl |= shouldQuit(); // update game quit flag
}
return Common::kNoError;
}