aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_hof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sequences_hof.cpp')
-rw-r--r--engines/kyra/sequences_hof.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/sequences_hof.cpp b/engines/kyra/sequences_hof.cpp
index a17579ee7c..0a9f37f94d 100644
--- a/engines/kyra/sequences_hof.cpp
+++ b/engines/kyra/sequences_hof.cpp
@@ -2149,8 +2149,7 @@ void KyraEngine_HoF::seq_playTalkText(uint8 chatNum) {
if (chatNum < 12 && !_flags.isDemo && textEnabled())
seq_setTextEntry(chatNum, 160, 168, _sequenceStringsDuration[chatNum], 160);
- _speechFile = _sequenceSoundList[chatNum];
- _sound->voicePlay(_sequenceSoundList[chatNum]);
+ _sound->voicePlay(_sequenceSoundList[chatNum], 255, false, &_speechHandle);
}
void KyraEngine_HoF::seq_waitForTextsTimeout() {