Fix bug #1932150 - SIMON1: Sousaphone Bug.

svn-id: r31527
This commit is contained in:
Travis Howell 2008-04-17 06:33:03 +00:00
parent 45d7a68902
commit 84ce12cd1e

View File

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