aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-02 07:38:40 +0000
committerTravis Howell2004-07-02 07:38:40 +0000
commit995ac059f8c3f04cdf7fae1314f853ee4fd3aeb2 (patch)
tree115824be1c8b829a51885d054494925638d57cf8 /scumm/sound.cpp
parent6422036267337533aebbbe704e17040e775d3214 (diff)
downloadscummvm-rg350-995ac059f8c3f04cdf7fae1314f853ee4fd3aeb2.tar.gz
scummvm-rg350-995ac059f8c3f04cdf7fae1314f853ee4fd3aeb2.tar.bz2
scummvm-rg350-995ac059f8c3f04cdf7fae1314f853ee4fd3aeb2.zip
Caused no speech in imuse digital games.
svn-id: r14153
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 af2f765401..85788b035a 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -476,7 +476,7 @@ void Sound::processSfxQueues() {
}
}
- if ((!ConfMan.getBool("subtitles") && finished) || (finished && _vm->_talkDelay == 0)) {
+ if ((!ConfMan.getBool("subtitles") && finished && _vm->_version <= 6) || (finished && _vm->_talkDelay == 0)) {
_vm->stopTalk();
}
}