aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2009-05-16 11:18:14 +0000
committerEugene Sandulenko2009-05-16 11:18:14 +0000
commitfd7ffd6f74aa682f439192b45fca9284c388cb5d (patch)
tree29217d837aa3141e75c525fb82c37a368c3a19bc /engines/tinsel/detection.cpp
parent1a427f8a9802db38ec7a5e4ea823fd05afcffc1e (diff)
downloadscummvm-rg350-fd7ffd6f74aa682f439192b45fca9284c388cb5d.tar.gz
scummvm-rg350-fd7ffd6f74aa682f439192b45fca9284c388cb5d.tar.bz2
scummvm-rg350-fd7ffd6f74aa682f439192b45fca9284c388cb5d.zip
Add detection for Russian version of DW2.
svn-id: r40622
Diffstat (limited to 'engines/tinsel/detection.cpp')
-rw-r--r--engines/tinsel/detection.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index b18ac3335d..cbe6a77e4f 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -459,6 +459,26 @@ static const TinselGameDescription gameDescriptions[] = {
TINSEL_V2,
},
+ { // Russian Discworld 2 release by Fargus
+ {
+ "dw2",
+ "CD",
+ {
+ {"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
+ {"english1.smp", 0, "aa8d05f6fade11e6f066d42c302c8e89", 250926923},
+ {"english1.txt", 0, "b522e19d7b2cd7b85e50e36fe48e36a9", 274444},
+ {NULL, 0, NULL, 0}
+ },
+ Common::RU_RUS,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_DW2,
+ 0,
+ GF_CD | GF_SCNFILES,
+ TINSEL_V2,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0, 0, 0 }
};