aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 8d433ee63e..af2f765401 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -476,7 +476,7 @@ void Sound::processSfxQueues() {
}
}
- if (finished && _vm->_talkDelay == 0) {
+ if ((!ConfMan.getBool("subtitles") && finished) || (finished && _vm->_talkDelay == 0)) {
_vm->stopTalk();
}
}