mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
parent
60874d4200
commit
f9b36a3404
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user