diff options
| author | Einar Johan Trøan Sømåen | 2013-04-22 16:24:26 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2013-04-22 16:24:26 +0200 |
| commit | 6434258722020972198bbb063a032b29e309d132 (patch) | |
| tree | 2572a107c68a94315f0a023782af14cfce1fc0fe | |
| parent | 069573923991bd3d1d2b0dee3608359bdcf063de (diff) | |
| download | scummvm-rg350-6434258722020972198bbb063a032b29e309d132.tar.gz scummvm-rg350-6434258722020972198bbb063a032b29e309d132.tar.bz2 scummvm-rg350-6434258722020972198bbb063a032b29e309d132.zip | |
WINTERMUTE: Mark Chivalry as ADGF_TESTING.
| -rw-r--r-- | engines/wintermute/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index b5dbfc1a15..00ec51a715 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -162,7 +162,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("data.dcp", "ebd0915d9a12df5224be22f53bb23eb6", 7278306), Common::EN_ANY, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO0() }, // Chivalry is Not Dead (Version from deirdrakai.com) @@ -172,7 +172,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("data.dcp", "ae6d91b9517f4d2851a8ad94c96951c8", 7278302), Common::EN_ANY, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO0() }, // Dead City (English) |
