aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorJoost Peters2004-01-25 22:10:23 +0000
committerJoost Peters2004-01-25 22:10:23 +0000
commit0d974b9daa4df60a87255cc6f477c9696034c24f (patch)
tree762999f9d9b24e66d075660937a97276643b870c /queen/cutaway.cpp
parentb106eb1e43e8f5a3c3fd78e547b2f7945969375b (diff)
downloadscummvm-rg350-0d974b9daa4df60a87255cc6f477c9696034c24f.tar.gz
scummvm-rg350-0d974b9daa4df60a87255cc6f477c9696034c24f.tar.bz2
scummvm-rg350-0d974b9daa4df60a87255cc6f477c9696034c24f.zip
Seperate SFX and Speech.
this fixes the 'pauses' in the car-chase scene and other scene which use speech and sfx simultaneously. svn-id: r12599
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 59eda765fc..dddf2aed3f 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1330,7 +1330,7 @@ void Cutaway::handleText(
char voiceFileName[MAX_STRING_SIZE];
findCdCut(_basename, index, voiceFileName);
strcat(voiceFileName, "1");
- _vm->sound()->playSfx(voiceFileName);
+ _vm->sound()->playSfx(voiceFileName, true);
}
if (OBJECT_TYPE_TEXT_SPEAK == type && _vm->sound()->speechOn() && !_vm->subtitles())