diff options
author | Paul Gilbert | 2009-12-28 06:24:06 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-12-28 06:24:06 +0000 |
commit | 84569c47920f3d51c538b5d1525a20ef0bdf79fd (patch) | |
tree | 31c83af1b8bbfe67c014b06615d06ac8cd7426e2 /engines | |
parent | 6c8ee76f80117c03f68c4ea96cc51adb9b81b127 (diff) | |
download | scummvm-rg350-84569c47920f3d51c538b5d1525a20ef0bdf79fd.tar.gz scummvm-rg350-84569c47920f3d51c538b5d1525a20ef0bdf79fd.tar.bz2 scummvm-rg350-84569c47920f3d51c538b5d1525a20ef0bdf79fd.zip |
Added MD5 data for Russian Discworld 1
svn-id: r46667
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/detection.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index e4ee52247e..191c843ce3 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -427,6 +427,27 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // Russian Discworld 1 + { + "dw", + "CD", + { + {"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1265532}, + {"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 230326}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::RU_RUS, + Common::kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + { // European/Australian Discworld 2 release { "dw2", |