mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
MUTATIONOFJB: Mark the game as not using MIDI.
This commit is contained in:
parent
2b986c98f2
commit
b4044a6dc7
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user