diff options
author | Paul Gilbert | 2016-07-26 19:54:17 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-26 19:54:17 -0400 |
commit | 873d555add9aaf5eb0d021518f5134142e2c2ff6 (patch) | |
tree | 8b33e53296a0d73ba48afd18e2d97db19e5d55df | |
parent | 504cf6ecb688a3f1c65a857bffd527d8b0e6ba63 (diff) | |
download | scummvm-rg350-873d555add9aaf5eb0d021518f5134142e2c2ff6.tar.gz scummvm-rg350-873d555add9aaf5eb0d021518f5134142e2c2ff6.tar.bz2 scummvm-rg350-873d555add9aaf5eb0d021518f5134142e2c2ff6.zip |
XEEN: Add detection for German World of Xeen
-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 0735daa507..03290b96d8 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -42,6 +42,25 @@ static const XeenGameDescription gameDescriptions[] = { 0 }, + { + // World of Xeen (German) + { + "worldofxeen", + nullptr, + { + {"xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150}, + {"dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657}, + AD_LISTEND + }, + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE), + }, + GType_WorldOfXeen, + 0 + }, + { AD_TABLE_END_MARKER, 0, 0 } }; |