From 7823a6795bb84afa624e2821387e3d34fa7077cd Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 14 Jan 2006 14:25:31 +0000 Subject: Fixes delay while waiting for the voice in the intro. svn-id: r20025 --- kyra/kyra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index 513ce30b32..2c12ce07d8 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -1826,7 +1826,7 @@ void KyraEngine::snd_voiceWaitForFinish(bool ingame) { if (ingame) { delay(10, true); } else { - waitTicks(10); + _system->delayMillis(10); } } } -- cgit v1.2.3