From 19d93325b1ccda2d02d708cbef20a49786f38d2b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 18 May 2015 19:53:49 -0400 Subject: SHERLOCK: Move the override filename fields into the Animation class --- engines/sherlock/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/sound.h') 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(); -- cgit v1.2.3