From cc34168be3242460ca7601e0d10280889ce15a1e Mon Sep 17 00:00:00 2001 From: Michael DrĂ¼ing Date: Sun, 2 Apr 2017 23:02:21 +0200 Subject: Xeen: Add detection for the 2CD "talkie" version --- engines/xeen/detection_tables.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h index 03290b96d8..b9d8d6ebf1 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -61,6 +61,25 @@ static const XeenGameDescription gameDescriptions[] = { 0 }, + { + // World of Xeen (2 CD talkie version) + { + "worldofxeen", + nullptr, + { + {"xeen.cc", 0, "964078c53f649937ce9a1a3596ce3d9f", 13438429}, + {"dark.cc", 0, "7f755ce39ea614fa6adb016f8bfc6e43", 11288403}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GType_WorldOfXeen, + 0 + }, + { AD_TABLE_END_MARKER, 0, 0 } }; -- cgit v1.2.3