From 9edf1e6a1a95f45b9883e298edc7e578ff9495d1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Oct 2006 12:44:10 +0000 Subject: cleanup svn-id: r24407 --- engines/scumm/player_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/player_v2.cpp') diff --git a/engines/scumm/player_v2.cpp b/engines/scumm/player_v2.cpp index 9726149851..1eb7b958dd 100644 --- a/engines/scumm/player_v2.cpp +++ b/engines/scumm/player_v2.cpp @@ -342,12 +342,12 @@ static const uint16 pcjr_freq_table[12] = { #endif -Player_V2::Player_V2(ScummEngine *scumm, bool pcjr) { +Player_V2::Player_V2(ScummEngine *scumm, Audio::Mixer *mixer, bool pcjr) { int i; _isV3Game = (scumm->_game.version >= 3); _vm = scumm; - _mixer = scumm->_mixer; + _mixer = mixer; _sample_rate = _mixer->getOutputRate(); _header_len = (scumm->_game.features & GF_OLD_BUNDLE) ? 4 : 6; -- cgit v1.2.3