aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-07-24 17:49:03 +0000
committerTravis Howell2003-07-24 17:49:03 +0000
commit8146de769395ffacf5483260ce69be31f0612808 (patch)
tree5e946e9dfa29701c397a263f9ac1580bb21c5561 /simon
parentb9d380bba43b25e1654b320a42b05499c060656c (diff)
downloadscummvm-rg350-8146de769395ffacf5483260ce69be31f0612808.tar.gz
scummvm-rg350-8146de769395ffacf5483260ce69be31f0612808.tar.bz2
scummvm-rg350-8146de769395ffacf5483260ce69be31f0612808.zip
ambient sfx works fine again
svn-id: r9178
Diffstat (limited to 'simon')
-rw-r--r--simon/sound.cpp2
1 files changed, 1 insertions, 1 deletions
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)