aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 22d5a5c221..6adc22c01c 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -52,7 +52,7 @@ public:
Sound(SherlockEngine *vm);
void loadSound(const Common::String &name, int priority);
- void playSound(const Common::String &name, WaitType waitType = WAIT_RETURN_IMMEDIATELY);
+ bool playSound(const Common::String &name, WaitType waitType = WAIT_RETURN_IMMEDIATELY);
void cacheSound(const Common::String &name, int index);
void playLoadedSound(int bufNum, int waitMode);
void playCachedSound(int index);