aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
diff options
context:
space:
mode:
authorAndre Heider2008-07-06 12:04:19 +0000
committerAndre Heider2008-07-06 12:04:19 +0000
commit95ca13246eed820a3513ab91a517283a1263cc46 (patch)
tree69d3735a6b8c5e1f36b311b7c9c41d17202f62c2 /backends/platform/wii/osystem.cpp
parent32f653f2b198bc3a5e842636b748d506e79d12ff (diff)
downloadscummvm-rg350-95ca13246eed820a3513ab91a517283a1263cc46.tar.gz
scummvm-rg350-95ca13246eed820a3513ab91a517283a1263cc46.tar.bz2
scummvm-rg350-95ca13246eed820a3513ab91a517283a1263cc46.zip
adjustments to the recent mixer api changes
svn-id: r32924
Diffstat (limited to 'backends/platform/wii/osystem.cpp')
-rw-r--r--backends/platform/wii/osystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 2667ecb69d..9e708345c5 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -91,7 +91,7 @@ void OSystem_Wii::initBackend() {
_startup_time = gettime();
_savefile = new DefaultSaveFileManager();
- _mixer = new Audio::Mixer();
+ _mixer = new Audio::MixerImpl(this);
_timer = new DefaultTimerManager();
initGfx();