diff options
author | Paul Gilbert | 2017-04-08 20:20:59 -0400 |
---|---|---|
committer | GitHub | 2017-04-08 20:20:59 -0400 |
commit | bb344959ea7c254f2fa75dd66cb444b26f026ec3 (patch) | |
tree | d1d4cb571eba61abb6375519fb9f5c8ac6d8e454 | |
parent | b1778dc04d6530cc445e534120d7fa29b8eea28f (diff) | |
parent | cc34168be3242460ca7601e0d10280889ce15a1e (diff) | |
download | scummvm-rg350-bb344959ea7c254f2fa75dd66cb444b26f026ec3.tar.gz scummvm-rg350-bb344959ea7c254f2fa75dd66cb444b26f026ec3.tar.bz2 scummvm-rg350-bb344959ea7c254f2fa75dd66cb444b26f026ec3.zip |
Merge pull request #936 from darkstar/xeen_detection
Xeen: Add detection for the 2CD "talkie" version
-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 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 } }; |