From f757d489a0d2ce13a453a4fbc1f2c0db5d3a4dd7 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 31 Oct 2010 21:20:22 +0000 Subject: HUGO: Suppress Playback code Also change 3 variable types in order to match types used in create_hugo svn-id: r53987 --- engines/hugo/hugo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/hugo/hugo.h') 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; -- cgit v1.2.3