applied patch: #619275

svn-id: r5099
This commit is contained in:
Paweł Kołodziejski 2002-10-06 15:31:58 +00:00
parent 60874d4200
commit f9b36a3404

View File

@ -534,7 +534,8 @@ int Sound::startTalkSound(uint32 offset, uint32 b, int mode) {
void Sound::stopTalkSound() {
if (_sfxMode & 2) {
stopSfxSound();
if (_talkChannel != -1)
_scumm->_mixer->stop(_talkChannel);
_sfxMode &= ~2;
}
}