Fixed typo. While I agree that this error should have

been caught before committing (compiler didn't detect
need to do incremental build, sorry), I think if something
this trivial is going to get such a reaction, I have to
agree with Fingolfin that a release or RC branch is
advisable regardless of how slow one predicts the CVS
traffic will be.

svn-id: r9005
This commit is contained in:
Jamieson Christian 2003-07-14 09:02:12 +00:00
parent 2980a78dff
commit 40eac8b182

View File

@ -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)