aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-03 14:46:52 -0400
committerPaul Gilbert2015-07-03 14:46:52 -0400
commit895d2277e68d6ab7759be4b182f1c021059be883 (patch)
treef988b91bc891ea956a7d5a864ebda8f95d7dc5e3 /engines/sherlock/sound.h
parent273f4ae9458069b5a2057e670ad093079c724f77 (diff)
downloadscummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.tar.gz
scummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.tar.bz2
scummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.zip
SHERLOCK: RT: Implement talk dialog handleEvents
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index a2e7715b21..414b1ef49b 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -59,6 +59,8 @@ public:
bool _soundPlaying;
bool *_soundIsOn;
byte *_digiBuf;
+
+ Common::String _talkSoundFile;
public:
Sound(SherlockEngine *vm, Audio::Mixer *mixer);