From 91659a1b1a51ede7cfdca22c03679266933efbc3 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 02:44:06 +0200 Subject: DM: Game does not use MID, mark it as such. --- engines/dm/detection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/dm') diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp index a8f44acdba..8f7c439066 100644 --- a/engines/dm/detection.cpp +++ b/engines/dm/detection.cpp @@ -49,7 +49,7 @@ static const DMADGameDescription gameDescriptions[] = { {"Dungeon.dat", 0, "43a213da8eda413541dd12f90ce202f6", 25006}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) + Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAmiga, { kDMSaveTargetDM21, kDMSaveTargetEndOfList }, @@ -63,7 +63,7 @@ static const DMADGameDescription gameDescriptions[] = { {"Dungeon.dat", 0, "be9468b460515741babec9a70501e2e9", 33286}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NONE), + Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI), }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt, { kDMSaveTargetDM21, kDMSaveTargetEndOfList}, @@ -78,7 +78,7 @@ static const DMADGameDescription gameDescriptions[] = { {"DemoDun.dat", 0, "78848e1a2d3d5a11e5954deb8c7b772b", 1209}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NONE), + Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NOMIDI), }, kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt, { kDMSaveTargetDM21, kDMSaveTargetEndOfList}, -- cgit v1.2.3