From 4246afcb0e100788f960118712b62581de9fea87 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 3 Nov 2010 23:56:34 +0000 Subject: HUGO: Fix 'exit' command in DOS versions svn-id: r54054 --- engines/hugo/hugo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') 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; } -- cgit v1.2.3