diff options
author | Einar Johan Trøan Sømåen | 2013-06-18 22:15:09 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-06-18 22:15:09 +0200 |
commit | 1e1e502628f23425ea489fb9f646eef0d786f8e5 (patch) | |
tree | c0019519f5066bf85deaaceda37e46492999da8c | |
parent | 6db82968fba459bf41d30ca6b6ebfcf9f1276729 (diff) | |
download | scummvm-rg350-1e1e502628f23425ea489fb9f646eef0d786f8e5.tar.gz scummvm-rg350-1e1e502628f23425ea489fb9f646eef0d786f8e5.tar.bz2 scummvm-rg350-1e1e502628f23425ea489fb9f646eef0d786f8e5.zip |
WINTERMUTE: Add detection entry for Beyond the Threshold.
-rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 00ec51a715..ce35e95d6c 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -27,6 +27,7 @@ namespace Wintermute { static const PlainGameDescriptor wintermuteGames[] = { {"5ld", "Five Lethal Demons"}, {"5ma", "Five Magical Amulets"}, + {"bthreshold", "Beyond the Threshold"}, {"actualdest", "Actual Destination"}, {"carolreed4", "Carol Reed 4 - East Side Story"}, {"carolreed5", "Carol Reed 5 - The Colour of Murder"}, @@ -83,6 +84,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Beyond the Threshold + { + "bthreshold", + "", + AD_ENTRY1s("data.dcp", "d49bf9ccb2e74507447c82d6ad3e2bc4", 12773712), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Carol Reed 4 - East Side Story (Demo) { "carolreed4", |