Delay only required when using subtitles

svn-id: r14050
This commit is contained in:
Travis Howell 2004-06-25 12:11:34 +00:00
parent c9e293b76c
commit 7b62636e75

View File

@ -476,7 +476,7 @@ void Sound::processSfxQueues() {
}
}
if (finished && _vm->_talkDelay == 0) {
if ((!ConfMan.getBool("subtitles") && finished) || (finished && _vm->_talkDelay == 0)) {
_vm->stopTalk();
}
}