aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorStrangerke2012-12-25 23:53:45 +0100
committerStrangerke2012-12-25 23:53:45 +0100
commit2b665c67cb85feec4e273162a38275f86d26f08e (patch)
treee8c00b4ebe8deee3da930a56b8a6acabcd274e39 /engines/hopkins/sound.h
parentf89001d75c73750a67ff6c8bc392c5b526fb803c (diff)
downloadscummvm-rg350-2b665c67cb85feec4e273162a38275f86d26f08e.tar.gz
scummvm-rg350-2b665c67cb85feec4e273162a38275f86d26f08e.tar.bz2
scummvm-rg350-2b665c67cb85feec4e273162a38275f86d26f08e.zip
HOPKINS: Add MOD file support
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h
index c67e9e0987..23fac3f705 100644
--- a/engines/hopkins/sound.h
+++ b/engines/hopkins/sound.h
@@ -112,13 +112,11 @@ private:
*/
Audio::RewindableAudioStream *makeSoundStream(Common::SeekableReadStream *stream);
public:
+ Audio::SoundHandle _modHandle;
int SPECIAL_SOUND;
int SOUNDVOL;
int VOICEVOL;
int MUSICVOL;
- int OLD_SOUNDVOL;
- int OLD_MUSICVOL;
- int OLD_VOICEVOL;
bool _soundOffFl;
bool _musicOff;
bool _voiceOffFl;