aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
authorMax Horn2003-12-21 00:05:00 +0000
committerMax Horn2003-12-21 00:05:00 +0000
commitdafca64f36646ab2909b7ce61bc52639daefa2a6 (patch)
tree91264353c0ad4ecdb9ae25e8f08c59741ca2e51f /simon/sound.h
parentfb61c8404283f65b11675e5b6949cc24b806ff94 (diff)
downloadscummvm-rg350-dafca64f36646ab2909b7ce61bc52639daefa2a6.tar.gz
scummvm-rg350-dafca64f36646ab2909b7ce61bc52639daefa2a6.tar.bz2
scummvm-rg350-dafca64f36646ab2909b7ce61bc52639daefa2a6.zip
don't use sound/mixer index, rather use the sound handle!
svn-id: r11794
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/sound.h b/simon/sound.h
index a6217540a5..c38a669392 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -35,9 +35,6 @@ private:
SoundMixer *_mixer;
- int _voice_index;
- int _ambient_index;
-
BaseSound *_voice;
BaseSound *_effects;