diff options
author | Michael Drüing | 2017-04-02 23:02:21 +0200 |
---|---|---|
committer | Michael Drüing | 2017-04-02 23:02:21 +0200 |
commit | cc34168be3242460ca7601e0d10280889ce15a1e (patch) | |
tree | 3eb591fb2acfec63d16ad67613806619b56aa2b8 /engines/xeen | |
parent | 9145900924d5b8801ffcaf8a38ac9195f61cd606 (diff) | |
download | scummvm-rg350-cc34168be3242460ca7601e0d10280889ce15a1e.tar.gz scummvm-rg350-cc34168be3242460ca7601e0d10280889ce15a1e.tar.bz2 scummvm-rg350-cc34168be3242460ca7601e0d10280889ce15a1e.zip |
Xeen: Add detection for the 2CD "talkie" version
Diffstat (limited to 'engines/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 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 } }; |