aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/sound.cpp')
-rw-r--r--engines/cryo/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/sound.cpp b/engines/cryo/sound.cpp
index f4eec8cabb..f3b57de04a 100644
--- a/engines/cryo/sound.cpp
+++ b/engines/cryo/sound.cpp
@@ -112,7 +112,7 @@ void CSoundChannel::applyVolumeChange() {
/****************************************************************/
-SoundGroup::SoundGroup(CryoEngine *vm, int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode) : _vm(vm) {
+SoundGroup::SoundGroup(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode) {
if (numSounds < kCryoMaxClSounds)
_numSounds = numSounds;
else