diff options
author | Filippos Karapetis | 2008-12-02 22:16:44 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-12-02 22:16:44 +0000 |
commit | 3669360043e710e7372054bc1ceef77c8fa5ef18 (patch) | |
tree | f6cad71c6579d1685ef993a9d07a8270c44ccea5 /engines/tinsel | |
parent | 30b6294d3834384951417ef2bf459bac5092ca10 (diff) | |
download | scummvm-rg350-3669360043e710e7372054bc1ceef77c8fa5ef18.tar.gz scummvm-rg350-3669360043e710e7372054bc1ceef77c8fa5ef18.tar.bz2 scummvm-rg350-3669360043e710e7372054bc1ceef77c8fa5ef18.zip |
Added detection for the French version of DW2, as described in the forums
svn-id: r35210
Diffstat (limited to 'engines/tinsel')
-rw-r--r-- | engines/tinsel/detection.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
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", |