svn-id: r6847
This commit is contained in:
Max Horn 2003-03-23 13:14:54 +00:00
parent 2c579c25ce
commit be47bc121e
4 changed files with 17 additions and 21 deletions

View file

@ -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();