diff options
author | Einar Johan Trøan Sømåen | 2012-12-05 12:14:29 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-12-05 12:14:29 +0100 |
commit | 0d52e27be2c20405da29f82039cdb3d96b7cf7c9 (patch) | |
tree | a562cd925f4b32804c2b817945187cdb99449964 | |
parent | 1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99 (diff) | |
download | scummvm-rg350-0d52e27be2c20405da29f82039cdb3d96b7cf7c9.tar.gz scummvm-rg350-0d52e27be2c20405da29f82039cdb3d96b7cf7c9.tar.bz2 scummvm-rg350-0d52e27be2c20405da29f82039cdb3d96b7cf7c9.zip |
WINTERMUTE: Add another detection-entry for Chivalry is not Dead
-rw-r--r-- | engines/wintermute/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 4f8a962591..0c843108ac 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -84,6 +84,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Chivalry is Not Dead (Version from deirdrakai.com) + { + "chivalry", + "", + AD_ENTRY1s("data.dcp", "ae6d91b9517f4d2851a8ad94c96951c8", 7278302), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Dead City (English) { "deadcity", |