diff options
-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 } }; |