aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/adlplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound/adlplayer.cpp')
-rw-r--r--engines/gob/sound/adlplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/sound/adlplayer.cpp b/engines/gob/sound/adlplayer.cpp
index e5a276032b..6354d8c37f 100644
--- a/engines/gob/sound/adlplayer.cpp
+++ b/engines/gob/sound/adlplayer.cpp
@@ -28,7 +28,7 @@
namespace Gob {
-ADLPlayer::ADLPlayer(Audio::Mixer &mixer) : AdLib(mixer, 1000),
+ADLPlayer::ADLPlayer() : AdLib(1000),
_songData(0), _songDataSize(0), _playPos(0) {
}