Removed some unneeded waiting for voice to finish.

svn-id: r31212
This commit is contained in:
Johannes Schickel 2008-03-21 17:09:45 +00:00
parent dea50612cb
commit 2a4aa9c379

View File

@ -144,8 +144,8 @@ void KyraEngine_v1::waitForChatToFinish(int vocFile, int16 chatDuration, const c
runLoop = false;
}
snd_voiceWaitForFinish();
snd_stopVoice();
if (_skipFlag)
snd_stopVoice();
_timer->enable(14);
_timer->enable(15);