aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-18 19:53:49 -0400
committerPaul Gilbert2015-05-18 19:53:49 -0400
commit19d93325b1ccda2d02d708cbef20a49786f38d2b (patch)
tree45cef98afdff7e557d28fc6ede9811cdca0bf7c3 /engines/sherlock/sound.h
parentb760c7d360d206d39391875e26271098c63acdd3 (diff)
downloadscummvm-rg350-19d93325b1ccda2d02d708cbef20a49786f38d2b.tar.gz
scummvm-rg350-19d93325b1ccda2d02d708cbef20a49786f38d2b.tar.bz2
scummvm-rg350-19d93325b1ccda2d02d708cbef20a49786f38d2b.zip
SHERLOCK: Move the override filename fields into the Animation class
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 62d4aa24c4..bff50d7a07 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -63,7 +63,7 @@ public:
void syncSoundSettings();
void loadSound(const Common::String &name, int priority);
- bool playSound(const Common::String &name, WaitType waitType, int priority = 100);
+ bool playSound(const Common::String &name, WaitType waitType, int priority = 100, const char *libraryFilename = nullptr);
void playLoadedSound(int bufNum, WaitType waitType);
void freeLoadedSounds();
void stopSound();