diff options
author | strangerke | 2011-05-25 23:58:46 +0200 |
---|---|---|
committer | strangerke | 2011-05-25 23:58:46 +0200 |
commit | 6098506a4215ac2bb72b141da837f3a4619b3ca3 (patch) | |
tree | 384f46c77c8390c97811c2835622db9e344c8fd4 /engines/hugo | |
parent | c6ef39dcf20cecef3639d686fd188fc9c7118421 (diff) | |
download | scummvm-rg350-6098506a4215ac2bb72b141da837f3a4619b3ca3.tar.gz scummvm-rg350-6098506a4215ac2bb72b141da837f3a4619b3ca3.tar.bz2 scummvm-rg350-6098506a4215ac2bb72b141da837f3a4619b3ca3.zip |
HUGO: Fix comments
Diffstat (limited to 'engines/hugo')
-rw-r--r-- | engines/hugo/hugo.cpp | 4 |
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; |