From e70af9a9a9a29fa61a025afd0d0a8b84afd1321a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 24 Jan 2006 03:46:22 +0000 Subject: Loom (Cd) specific. svn-id: r20156 --- scumm/string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/string.cpp b/scumm/string.cpp index ee7cabf52f..e9223db4ab 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -578,8 +578,8 @@ void ScummEngine::CHARSET_1() { // HE games which use sprites for subtitles } else if (_heversion >= 60 && !ConfMan.getBool("subtitles") && _sound->isSoundRunning(1)) { // Special case for HE games - } else if ((_gameId == GID_LOOM) && !ConfMan.getBool("subtitles") && (_sound->pollCD())) { - // Special case for loomcd, since it only uses CD audio.for sound + } else if (_gameId == GID_LOOM && _version == 4 && !ConfMan.getBool("subtitles") && (_sound->pollCD())) { + // Special case for Loom (CD), since it only uses CD audio.for sound } else if (!ConfMan.getBool("subtitles") && (!_haveActorSpeechMsg || _mixer->isSoundHandleActive(_sound->_talkChannelHandle))) { // Subtitles are turned off, and there is a voice version // of this message -> don't print it. -- cgit v1.2.3