LAB: Game does not use MIDI, mark it as such.

This commit is contained in:
Henrik "Henke37" Andersson 2019-09-28 02:57:31 +02:00 committed by Filippos Karapetis
parent 452cceb5c6
commit 5fa83b2839

View File

@ -49,7 +49,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
{
"lab",
@ -62,7 +62,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
Lab::GF_LOWRES | ADGF_NO_FLAGS,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
{
"lab",
@ -76,7 +76,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
{
"lab",
@ -85,7 +85,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformAmiga,
Lab::GF_LOWRES | ADGF_UNSTABLE,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};