aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index f11c4409f3..c2166f8421 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -827,6 +827,7 @@ void ScummEngine::playSpeech(const byte *ptr) {
strcat(pointer, ".IMX");
_sound->stopTalkSound();
+ _imuseDigital->stopSound(kTalkSoundID);
_imuseDigital->startVoice(kTalkSoundID, pointer);
_sound->talkSound(0, 0, 2);
}