diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index b8668eb1b4..0a5c2ee200 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -435,7 +435,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst) 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) |