CHEWY: Drop ADGF_TESTING flags
This commit is contained in:
parent
64d34185d0
commit
7e76eb1101
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue