diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/hugo.cpp | 2 |
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; } |