aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-04-13 14:21:52 -0700
committerEinar Johan Trøan Sømåen2013-04-13 14:21:52 -0700
commit7de4a7972e9326dce7cf06ea201d20e002943760 (patch)
treed47ef048dd2d44ae5aaabbad8afa77ec26b831e6
parentfad5cf72434dbe7320dde858a36c7203ea155a9a (diff)
parent848f44f72a103d9d5f3e8c7a5d7b62bb0f166974 (diff)
downloadscummvm-rg350-7de4a7972e9326dce7cf06ea201d20e002943760.tar.gz
scummvm-rg350-7de4a7972e9326dce7cf06ea201d20e002943760.tar.bz2
scummvm-rg350-7de4a7972e9326dce7cf06ea201d20e002943760.zip
Merge pull request #315 from JenniBee/wintermute
WINTERMUTE: Added detection entries for Reversion: The Meeting
-rw-r--r--engines/wintermute/detection_tables.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2ea9511cfd..eaba56baf4 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -43,6 +43,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"mirage", "Mirage"},
{"pigeons", "Pigeons in the Park"},
{"reversion1", "Reversion: The Escape"},
+ {"reversion2", "Reversion: The Meeting"},
{"rosemary", "Rosemary"},
{"thebox", "The Box"},
{"twc", "the white chamber"},
@@ -391,6 +392,44 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Reversion: The Meeting (Chinese)
+ {
+ "reversion2",
+ "",
+ {
+ {"xlanguage_nz.dcp", 0, "8c3709474a87a7876109025dff41ff3f", 8746015},
+ {"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016},
+ AD_LISTEND
+ },
+ Common::ZH_CNA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ // Reversion: The Meeting (English)
+ {
+ "reversion2",
+ "",
+ {
+ {"xlanguage_en.dcp", 0, "512c4621132116f68db45a3eda95a158", 58439451},
+ {"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ // Reversion: The Meeting (Spanish)
+ {
+ "reversion2",
+ "",
+ AD_ENTRY1s("data.dcp", "f7938cbfdc48f07934550245a3286921", 255672016),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Rosemary
{
"rosemary",