The standalone MIDI files for one of the re-releases of Inherit the Earth are

General MIDI, not MT-32. (I hope this doesn't break anything else.)

svn-id: r50927
This commit is contained in:
Torbjörn Andersson 2010-07-16 03:32:59 +00:00
parent b4459fe923
commit ae1afee564

View File

@ -158,6 +158,8 @@ Music::Music(SagaEngine *vm, Audio::Mixer *mixer) : _vm(vm), _mixer(mixer) {
_driver->setGM(_vm->getGameId() != GID_ITE);
} else {
_parser = MidiParser::createParser_SMF();
// ITE with standalone MIDI files is General MIDI
_driver->setGM(_vm->getGameId() == GID_ITE);
}
free(resourceData);
}