aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-10-10 16:38:28 -0400
committerPaul Gilbert2015-10-10 16:38:28 -0400
commit177409390f8e116bdc68e4c4741a92aebff5f53c (patch)
treee9ce874c2e06e2750ec9b3471c3c67fd4b2c4026 /engines/sherlock/sound.h
parent1e0b18684cd725bca41204b0e491d4708d4bd599 (diff)
downloadscummvm-rg350-177409390f8e116bdc68e4c4741a92aebff5f53c.tar.gz
scummvm-rg350-177409390f8e116bdc68e4c4741a92aebff5f53c.tar.bz2
scummvm-rg350-177409390f8e116bdc68e4c4741a92aebff5f53c.zip
SHERLOCK: SS: Fix playback of voices in cutscenes
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 44969b8923..d086bcdee3 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -116,8 +116,14 @@ public:
void freeDigiSound();
- Audio::SoundHandle getFreeSoundHandle();
+ /**
+ * Return a sound handle to use
+ */
+ Audio::SoundHandle &getFreeSoundHandle();
+ /**
+ * Set the volume
+ */
void setVolume(int volume);
/**