aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-30 10:46:19 -0400
committerPaul Gilbert2015-05-30 10:46:19 -0400
commit6b95fc6b1132cf5ce6edc4216368bd38eddc939b (patch)
tree45f0d9fa5e65ae9f42fefb301498c2dd704bf772 /engines/sherlock/sound.h
parentc3712f9a73eb7511c2a5bea20aa61ea21d3258f4 (diff)
parent895189e3ffd1931ca01991731f98bbf74796e05d (diff)
downloadscummvm-rg350-6b95fc6b1132cf5ce6edc4216368bd38eddc939b.tar.gz
scummvm-rg350-6b95fc6b1132cf5ce6edc4216368bd38eddc939b.tar.bz2
scummvm-rg350-6b95fc6b1132cf5ce6edc4216368bd38eddc939b.zip
Merge branch 'sherlock2'
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 2351bebd6e..e1c0777763 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -56,6 +56,9 @@ public:
bool _soundPlaying;
bool *_soundIsOn;
byte *_digiBuf;
+ bool _midiDrvLoaded;
+ Common::String _currentSongName, _nextSongName;
+ int _musicVolume;
public:
Sound(SherlockEngine *vm, Audio::Mixer *mixer);
@@ -91,6 +94,7 @@ public:
void stopSndFuncPtr(int v1, int v2);
void freeDigiSound();
+ void setMIDIVolume(int volume);
};
} // End of namespace Sherlock