aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
authorstrangerke2011-05-25 20:23:02 +0200
committerstrangerke2011-05-25 23:39:10 +0200
commitfe41da83ad8d59062f9188414cf4759d1d42f25a (patch)
treee5f8c8ffcce4cb1492d1d384eea4adb76e354b85 /engines/hugo/hugo.cpp
parentbe3306a9eb2bff80fc1f9bdc858ac4d759d926e4 (diff)
downloadscummvm-rg350-fe41da83ad8d59062f9188414cf4759d1d42f25a.tar.gz
scummvm-rg350-fe41da83ad8d59062f9188414cf4759d1d42f25a.tar.bz2
scummvm-rg350-fe41da83ad8d59062f9188414cf4759d1d42f25a.zip
HUGO: Add boundaries() to the console. God mode no longer shows boundaries, as in the original
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index 6a0eaac331..abde0fbd20 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -527,15 +527,16 @@ void HugoEngine::initPlaylist(bool playlist[kMaxTunes]) {
*/
void HugoEngine::initStatus() {
debugC(1, kDebugEngine, "initStatus");
- _status.storyModeFl = false; // Not in story mode
- _status.gameOverFl = false; // Hero not knobbled yet
- _status.lookFl = false; // Toolbar "look" button
- _status.recallFl = false; // Toolbar "recall" button
- _status.newScreenFl = false; // Screen not just loaded
- _status.godModeFl = false; // No special cheats allowed
- _status.doQuitFl = false;
- _status.skipIntroFl = false;
- _status.helpFl = false;
+ _status.storyModeFl = false; // Not in story mode
+ _status.gameOverFl = false; // Hero not knobbled yet
+ _status.lookFl = false; // Toolbar "look" button
+ _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.skipIntroFl = false;
+ _status.helpFl = false;
// Initialize every start of new game
_status.tick = 0; // Tick count