aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-08-02 17:55:14 +0000
committerMax Horn2004-08-02 17:55:14 +0000
commit76862bec654c8362a17afd2d71c00015b87dc83e (patch)
tree06aced55e424110e7208fcc4009746c485705361 /scumm
parent527c1cd200dbdcebac3cd141c8733cdb4e694948 (diff)
downloadscummvm-rg350-76862bec654c8362a17afd2d71c00015b87dc83e.tar.gz
scummvm-rg350-76862bec654c8362a17afd2d71c00015b87dc83e.tar.bz2
scummvm-rg350-76862bec654c8362a17afd2d71c00015b87dc83e.zip
Fix for bug #896060 (DIG: Two sentences spoken at once); might cause regressions, watch our for speech related quirks in COMI/DIG
svn-id: r14446
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);
}