aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2003-08-05 23:58:24 +0000
committerMax Horn2003-08-05 23:58:24 +0000
commit75db41750ef0ae4ad3d2b86f016fe21f67160fc4 (patch)
tree9e74abef6ed60eede40e65adf55ecccc91cc50f4 /simon
parentc431e229b3279bcb73de15dcdb32422b14162d65 (diff)
downloadscummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.tar.gz
scummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.tar.bz2
scummvm-rg350-75db41750ef0ae4ad3d2b86f016fe21f67160fc4.zip
getting rid of g_mixer; removing lots of whitespace
svn-id: r9527
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index c94f353b70..7aeebb7402 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -443,7 +443,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
// Setup midi driver
if (!driver)
- driver = MidiDriver_ADLIB_create();
+ driver = MidiDriver_ADLIB_create(_mixer);
midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32);
midi.set_driver(driver);