aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/sound.cpp')
-rw-r--r--engines/sherlock/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/sound.cpp b/engines/sherlock/sound.cpp
index 36ca67b323..56ac2a5d9a 100644
--- a/engines/sherlock/sound.cpp
+++ b/engines/sherlock/sound.cpp
@@ -251,7 +251,7 @@ void Sound::playSpeech(const Common::String &name) {
if (IS_SERRATED_SCALPEL) {
Common::String filename = formFilename(name);
- if (playSoundResource(filename, nullptr, Audio::Mixer::kSFXSoundType, _speechHandle))
+ if (playSoundResource(filename, Common::String(), Audio::Mixer::kSFXSoundType, _speechHandle))
_speechPlaying = true;
} else {
// Figure out which speech library to use