aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorJames Brown2003-07-14 08:48:38 +0000
committerJames Brown2003-07-14 08:48:38 +0000
commit2980a78dffc968188de2633b2bd01c97b2fdd236 (patch)
treec3a6071ba948b017c46da1959b0a47a4bee02e36 /simon
parentae0bcfc2139de0f53c0f7d00867d569047443075 (diff)
downloadscummvm-rg350-2980a78dffc968188de2633b2bd01c97b2fdd236.tar.gz
scummvm-rg350-2980a78dffc968188de2633b2bd01c97b2fdd236.tar.bz2
scummvm-rg350-2980a78dffc968188de2633b2bd01c97b2fdd236.zip
We ARE in a cvs freeze, PLEASE at least test if your code compiles before commiting...
Jamieson, this isn't even a valid line of C! @toad Jamieson630 svn-id: r9004
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index cb8d6955bd..b8668eb1b4 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -434,7 +434,8 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
// Setup midi driver
if (!driver)
driver = MidiDriver_ADLIB_create();
- midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
+
+// midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
midi.set_driver(driver);
int ret = midi.open();
if (ret)