mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
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:
parent
2980a78dff
commit
40eac8b182
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user