aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/hugo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index abde0fbd20..a08dbc094b 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -533,8 +533,8 @@ void HugoEngine::initStatus() {
_status.recallFl = false; // Toolbar "recall" button
_status.newScreenFl = false; // Screen not just loaded
_status.godModeFl = false; // No special cheats allowed
- _status.showBoundariesFl = false; // No special cheats allowed
- _status.doQuitFl = false; // Boundaries hidden by default
+ _status.showBoundariesFl = false; // Boundaries hidden by default
+ _status.doQuitFl = false;
_status.skipIntroFl = false;
_status.helpFl = false;