From 995ac059f8c3f04cdf7fae1314f853ee4fd3aeb2 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 2 Jul 2004 07:38:40 +0000 Subject: Caused no speech in imuse digital games. svn-id: r14153 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sound.cpp') 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(); } } -- cgit v1.2.3