diff options
author | Henrik Kretzschmar | 2018-07-09 20:49:33 +0200 |
---|---|---|
committer | Paul Gilbert | 2018-07-09 17:41:56 -0700 |
commit | 2702c1c8657ed820d405154a6ac91cefb6c267c8 (patch) | |
tree | 9d5b9a85abf5971f413ebe475c19db17646caec8 | |
parent | 2797ba221d14703feb88d391cda09f2f0dccd76a (diff) | |
download | scummvm-rg350-2702c1c8657ed820d405154a6ac91cefb6c267c8.tar.gz scummvm-rg350-2702c1c8657ed820d405154a6ac91cefb6c267c8.tar.bz2 scummvm-rg350-2702c1c8657ed820d405154a6ac91cefb6c267c8.zip |
XEEN: Add detection entry for Darkside of Xeen German BG
-rw-r--r-- | engines/xeen/detection_tables.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h index a0a6a2c8bd..ea2a4a6908 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -173,6 +173,25 @@ static const XeenGameDescription gameDescriptions[] = { }, { + // Dark Side of Xeen (Bestseller Games Magazine #8 German) + { + "darksideofxeen", + nullptr, + { + { "dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657}, + { "intro.cc", 0, "e47a7ab0223cf32b2d87eed91d024c35", 8899953}, + AD_LISTEND + }, + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR) + }, + GType_DarkSide, + 0 + }, + + { // Swords of Xeen { "swordsofxeen", |