diff options
-rw-r--r-- | scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 9006d90b0d..fcf9e49ff5 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -160,7 +160,7 @@ void Scumm::CHARSET_1() { if ((_gameId == GID_CMI || _gameId == GID_DIG) && (_sound->_talkChannel > 0)) return; - if (_sound->_sfxMode == 0) + if ((_sound->_sfxMode & 2) == 0) stopTalk(); return; } |