mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
parent
45d7a68902
commit
84ce12cd1e
@ -616,6 +616,7 @@ void Sound::playEffects(uint sound) {
|
||||
if (_effectsPaused)
|
||||
return;
|
||||
|
||||
_mixer->stopHandle(_effectsHandle);
|
||||
_effects->playSound(sound, Audio::Mixer::kSFXSoundType, &_effectsHandle, (_vm->getGameId() == GID_SIMON1CD32) ? 0 : Audio::Mixer::FLAG_UNSIGNED);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user