aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-06-15 03:15:08 +0300
committerFilippos Karapetis2015-06-15 03:15:08 +0300
commitdd992772be489b69803c8d00fd66347fe16ad804 (patch)
tree5f925f94a9fe0d0603f3b567353e17a62c70c446 /engines/sherlock/sound.h
parentfc8177cdd3fd2470fe353b83daed6dd033e7b159 (diff)
downloadscummvm-rg350-dd992772be489b69803c8d00fd66347fe16ad804.tar.gz
scummvm-rg350-dd992772be489b69803c8d00fd66347fe16ad804.tar.bz2
scummvm-rg350-dd992772be489b69803c8d00fd66347fe16ad804.zip
SHERLOCK: RT: Initial implementation of XMI music support for RT
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 8514559434..e82d94bbe0 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -59,7 +59,6 @@ public:
bool _soundPlaying;
bool *_soundIsOn;
byte *_digiBuf;
- bool _midiDrvLoaded;
Common::String _currentSongName, _nextSongName;
public:
Sound(SherlockEngine *vm, Audio::Mixer *mixer);