aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-31 21:20:22 +0000
committerArnaud Boutonné2010-10-31 21:20:22 +0000
commitf757d489a0d2ce13a453a4fbc1f2c0db5d3a4dd7 (patch)
treecc6057e494885c8b005f687a4e8af63dc8e0ef3f /engines/hugo/hugo.h
parent43221a32539b707361efa9a3be4691fc1d943554 (diff)
downloadscummvm-rg350-f757d489a0d2ce13a453a4fbc1f2c0db5d3a4dd7.tar.gz
scummvm-rg350-f757d489a0d2ce13a453a4fbc1f2c0db5d3a4dd7.tar.bz2
scummvm-rg350-f757d489a0d2ce13a453a4fbc1f2c0db5d3a4dd7.zip
HUGO: Suppress Playback code
Also change 3 variable types in order to match types used in create_hugo svn-id: r53987
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 0964029cab..766d1d9dfe 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -114,9 +114,9 @@ public:
byte _gameVariant;
byte _maxInvent;
byte _numBonuses;
- byte _soundSilence;
- byte _soundTest;
- byte _tunesNbr;
+ int8 _soundSilence;
+ int8 _soundTest;
+ int8 _tunesNbr;
uint16 _numScreens;
object_t *_hero;