diff options
author | Paul Gilbert | 2009-12-29 08:56:41 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-12-29 08:56:41 +0000 |
commit | 2d7c1e2c71bce0181bf821001f7a30a02e71473f (patch) | |
tree | 0be8bb3a7bca0caecc35d44eefae7fa64a2632fa | |
parent | dabfe53c66c415b58e482d5b03ba9ac3951cbb11 (diff) | |
download | scummvm-rg350-2d7c1e2c71bce0181bf821001f7a30a02e71473f.tar.gz scummvm-rg350-2d7c1e2c71bce0181bf821001f7a30a02e71473f.tar.bz2 scummvm-rg350-2d7c1e2c71bce0181bf821001f7a30a02e71473f.zip |
Corrected the Russian Discworld 1 MD5 values
svn-id: r46704
-rw-r--r-- | engines/tinsel/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index 191c843ce3..100657786c 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -432,8 +432,8 @@ static const TinselGameDescription gameDescriptions[] = { "dw", "CD", { - {"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1265532}, - {"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 230326}, + {"dw.scn", 0, "133041bde59d05c1bf084fd6f1bdce4b", 776524}, + {"english.txt", 0, "f73dcbd7b136b37c2adf7c9448ea336d", 231821}, {"english.smp", 0, NULL, -1}, {NULL, 0, NULL, 0} }, |