mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
Removed some unneeded waiting for voice to finish.
svn-id: r31212
This commit is contained in:
parent
dea50612cb
commit
2a4aa9c379
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user