From 3669360043e710e7372054bc1ceef77c8fa5ef18 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 2 Dec 2008 22:16:44 +0000 Subject: Added detection for the French version of DW2, as described in the forums svn-id: r35210 --- engines/tinsel/detection.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'engines/tinsel') diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index 53a7aaea1a..1c11b8c4ce 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -286,6 +286,25 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V2, }, + { // French version of Discworld 2 + { + "dw2", + "CD", + { + {"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593}, + {"french1.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::FR_FRA, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GID_DW2, + 0, + GF_CD | GF_SCNFILES, + TINSEL_V2, + }, + { // German Discworld 2 re-release "Neon Edition" { "dw2", -- cgit v1.2.3