aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/player_v1.cpp')
-rw-r--r--engines/scumm/player_v1.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/player_v1.cpp b/engines/scumm/player_v1.cpp
index d752fbde2d..b0b47b7f32 100644
--- a/engines/scumm/player_v1.cpp
+++ b/engines/scumm/player_v1.cpp
@@ -34,7 +34,8 @@ namespace Scumm {
#define TIMER_BASE_FREQ 1193000
#define FIXP_SHIFT 16
-Player_V1::Player_V1(ScummEngine *scumm, bool pcjr) : Player_V2(scumm, pcjr) {
+Player_V1::Player_V1(ScummEngine *scumm, Audio::Mixer *mixer, bool pcjr)
+ : Player_V2(scumm, mixer, pcjr) {
// Initialize channel code
for (int i = 0; i < 4; ++i)
clear_channel(i);