diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp index a6c12fe85de..871f0e100c9 100644 --- a/engines/chewy/detection.cpp +++ b/engines/chewy/detection.cpp @@ -44,7 +44,7 @@ static const ChewyGameDescription gameDescriptions[] = { AD_ENTRY1s("txt/atds.tap", "e6050c144dd4f23d79ea4f89a8ef306e", 218857), Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS | ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD) }, }, @@ -57,7 +57,7 @@ static const ChewyGameDescription gameDescriptions[] = { AD_ENTRY1s("txt/atds.tap", "b1210066a524fe0f88862f44671ed97d", 226988), Common::ES_ESP, Common::kPlatformDOS, - ADGF_NO_FLAGS | ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD) }, }, @@ -69,7 +69,7 @@ static const ChewyGameDescription gameDescriptions[] = { AD_ENTRY1s("txt/atds.tap", "c117e884cc5b4bbe50ae1217d13916c4", 231071), Common::DE_DEU, Common::kPlatformDOS, - ADGF_NO_FLAGS | ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD) }, }, @@ -81,7 +81,7 @@ static const ChewyGameDescription gameDescriptions[] = { AD_ENTRY1s("txt/atds.tap", "e22f97761c0e7772ec99660f2277b1a4", 231001), Common::DE_DEU, Common::kPlatformDOS, - ADGF_NO_FLAGS | ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD) }, },