diff options
-rw-r--r-- | engines/lab/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 51ec858344..6e4c902374 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -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 }; |