aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2003-03-23 13:14:54 +0000
committerMax Horn2003-03-23 13:14:54 +0000
commitbe47bc121e5c411b5e6c4cc39471be746113a1ce (patch)
tree14060643d5bf306f4e98bc3938489e5ab568eee7 /scumm/string.cpp
parent2c579c25cef63cd9152d3e89a57feb9ef20190f1 (diff)
downloadscummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.tar.gz
scummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.tar.bz2
scummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.zip
cleanup
svn-id: r6847
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 824d6b1d4f..f24f4fe096 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -163,7 +163,7 @@ void Scumm::CHARSET_1() {
// This hack will force the backup cutoff system to be used instead,
// unless the talkChannel is null (eg, this string has no sound attached)
if ((_gameId == GID_CMI || _gameId == GID_DIG) && (_sound->_talkChannel > 0))
- return;
+ return;
if (_sound->_sfxMode == 0)
stopTalk();