diff options
author | Henrik "Henke37" Andersson | 2019-09-26 02:44:06 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 91659a1b1a51ede7cfdca22c03679266933efbc3 (patch) | |
tree | baf9dd06d96fe84034fe2abfd1f79ac22aab5750 /engines/dm | |
parent | 391f26ff70425cf393685573bee9d78b2c974d4a (diff) | |
download | scummvm-rg350-91659a1b1a51ede7cfdca22c03679266933efbc3.tar.gz scummvm-rg350-91659a1b1a51ede7cfdca22c03679266933efbc3.tar.bz2 scummvm-rg350-91659a1b1a51ede7cfdca22c03679266933efbc3.zip |
DM: Game does not use MID, mark it as such.
Diffstat (limited to 'engines/dm')
-rw-r--r-- | engines/dm/detection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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}, |