From 980810703e66a82d9868ac2fd4968261299e7468 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Oct 2015 17:03:11 -0400 Subject: SHERLOCK: SS: Clean up speech playback to use playSpeech --- engines/sherlock/scalpel/scalpel_talk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp') diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp index 2fb2221b24..375b27bfad 100644 --- a/engines/sherlock/scalpel/scalpel_talk.cpp +++ b/engines/sherlock/scalpel/scalpel_talk.cpp @@ -498,7 +498,7 @@ OpcodeReturn ScalpelTalk::cmdSfxCommand(const byte *&str) { if (sound._voices) { for (int idx = 0; idx < 8 && str[idx] != '~'; ++idx) tempString += str[idx]; - sound.playSound(tempString, WAIT_RETURN_IMMEDIATELY); + sound.playSpeech(tempString); // Set voices to wait for more sound._voices = 2; -- cgit v1.2.3