MUTATIONOFJB: Mark the game as not using MIDI.

This commit is contained in:
Henrik "Henke37" Andersson 2019-09-28 03:55:06 +02:00 committed by Filippos Karapetis
parent 2b986c98f2
commit b4044a6dc7

View File

@ -54,7 +54,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::SK_SVK,
Common::kPlatformDOS,
ADGF_CD,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
{
"mutationofjb",
@ -75,7 +75,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_CD,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};