aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-10 23:35:26 -0500
committerPaul Gilbert2015-04-10 23:35:26 -0500
commit96e04ab797253bbe853f172ea1d734ebe812d419 (patch)
tree4647c733d4d3684e6c722c3f84d7fbef9c660ba8 /engines/sherlock/sound.h
parentd45d1672137843d028c4ddf63ccf9b62d5d72976 (diff)
downloadscummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.tar.gz
scummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.tar.bz2
scummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.zip
SHERLOCK: Implemented doScript and support methods
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 74e8db3611..22d5a5c221 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -40,7 +40,8 @@ private:
public:
bool _soundOn;
bool _musicOn;
- bool _voicesOn;
+ bool _speechOn;
+ int _voices;
bool _playingEpilogue;
bool _music;
bool _digitized;
@@ -64,6 +65,7 @@ public:
void playMusic(const Common::String &name);
void stopMusic();
+ void stopSndFuncPtr(int v1, int v2);
};
} // End of namespace Sherlock