aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/sound.h b/simon/sound.h
index 228b4addea..28c988d1d3 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -45,9 +45,9 @@ private:
uint16 _last_voice_file;
public:
- PlayingSoundHandle _voice_handle;
- PlayingSoundHandle _effects_handle;
- PlayingSoundHandle _ambient_handle;
+ SoundHandle _voice_handle;
+ SoundHandle _effects_handle;
+ SoundHandle _ambient_handle;
bool _voice_file;
uint _ambient_playing;