aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/sound.h')
-rw-r--r--engines/voyeur/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/voyeur/sound.h b/engines/voyeur/sound.h
index fc2d3047eb..af1d0b1b46 100644
--- a/engines/voyeur/sound.h
+++ b/engines/voyeur/sound.h
@@ -33,12 +33,11 @@ namespace Voyeur {
class SoundManager {
private:
- VoyeurEngine *_vm;
Audio::Mixer *_mixer;
Audio::SoundHandle _soundHandle;
int _vocOffset;
public:
- SoundManager(VoyeurEngine *vm, Audio::Mixer *mixer);
+ SoundManager(Audio::Mixer *mixer);
void playVOCMap(byte *voc, int vocSize);
void stopVOCPlay();