aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
diff options
context:
space:
mode:
authorMichael Drüing2017-04-02 23:02:21 +0200
committerMichael Drüing2017-04-02 23:02:21 +0200
commitcc34168be3242460ca7601e0d10280889ce15a1e (patch)
tree3eb591fb2acfec63d16ad67613806619b56aa2b8 /engines/xeen
parent9145900924d5b8801ffcaf8a38ac9195f61cd606 (diff)
downloadscummvm-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.h19
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 }
};