From 2980a78dffc968188de2633b2bd01c97b2fdd236 Mon Sep 17 00:00:00 2001 From: James Brown Date: Mon, 14 Jul 2003 08:48:38 +0000 Subject: 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 --- simon/simon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'simon') 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) -- cgit v1.2.3