aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound_lol.cpp')
-rw-r--r--engines/kyra/sound_lol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp
index a14df2090a..d0e34a0be6 100644
--- a/engines/kyra/sound_lol.cpp
+++ b/engines/kyra/sound_lol.cpp
@@ -90,10 +90,10 @@ bool LoLEngine::snd_playCharacterSpeech(int id, int8 speaker, int) {
return false;
while (_sound->voiceIsPlaying(&_speechHandle))
- delay(_tickLength, true, false);
+ delay(_tickLength, true);
while (_sound->allVoiceChannelsPlaying())
- delay(_tickLength, false, true);
+ delay(_tickLength);
for (Common::List<Audio::AudioStream *>::iterator i = _speechList.begin(); i != _speechList.end(); ++i)
delete *i;