From 8146de769395ffacf5483260ce69be31f0612808 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 24 Jul 2003 17:49:03 +0000 Subject: ambient sfx works fine again svn-id: r9178 --- simon/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/sound.cpp b/simon/sound.cpp index 0257d66186..32b3a452bf 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -446,7 +446,7 @@ void SimonSound::playVoice(uint sound) { if (!_voice) return; - if (_voice) + if (_voice_handle) _mixer->stop(_voice_index); if (_game == GAME_SIMON1CD32) -- cgit v1.2.3