aboutsummaryrefslogtreecommitdiff
path: root/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sound.h')
-rw-r--r--saga/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/sound.h b/saga/sound.h
index 4418583acb..4bf126edcf 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -48,7 +48,7 @@ struct SOUNDBUFFER {
class Sound {
public:
- Sound(SagaEngine *vm, SoundMixer *mixer, int enabled);
+ Sound(SagaEngine *vm, Audio::Mixer *mixer, int enabled);
~Sound();
int playSound(SOUNDBUFFER *buf, int volume, bool loop);
@@ -70,7 +70,7 @@ public:
int _enabled;
SagaEngine *_vm;
- SoundMixer *_mixer;
+ Audio::Mixer *_mixer;
Common::MemoryReadStream *_voxStream;
SoundHandle _effectHandle;