mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
Delay only required when using subtitles
svn-id: r14050
This commit is contained in:
parent
c9e293b76c
commit
7b62636e75
@ -476,7 +476,7 @@ void Sound::processSfxQueues() {
|
||||
}
|
||||
}
|
||||
|
||||
if (finished && _vm->_talkDelay == 0) {
|
||||
if ((!ConfMan.getBool("subtitles") && finished) || (finished && _vm->_talkDelay == 0)) {
|
||||
_vm->stopTalk();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user