aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-05-18 08:40:46 +0000
committerMax Horn2005-05-18 08:40:46 +0000
commite72b33e56f6ccc6ffd6f97d0bb114d8229885288 (patch)
tree3a5c48fdb70899d58c2c6af41595bbf0a4ed2f70
parent24275fbb32cd23294af2a7aafcf4c658520165d4 (diff)
downloadscummvm-rg350-e72b33e56f6ccc6ffd6f97d0bb114d8229885288.tar.gz
scummvm-rg350-e72b33e56f6ccc6ffd6f97d0bb114d8229885288.tar.bz2
scummvm-rg350-e72b33e56f6ccc6ffd6f97d0bb114d8229885288.zip
Oops, was the wrong MD5, forgot to only compute it for the first MB. Now verified by letting ScummVM compute the checksum (note: ScummVM runs into a deep freeze running the gob1 target for the woordruff game data, very bad)
svn-id: r18157
-rw-r--r--gob/gob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp
index a03d55a0fd..7365a67a11 100644
--- a/gob/gob.cpp
+++ b/gob/gob.cpp
@@ -93,7 +93,7 @@ static const GobGameSettings gob_games[] = {
{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble", GF_WOODRUFF, "c27402cee260d2ff1c4cecb2006a630a"},
// CD 1.00, German release (INTRO.STRK seems to be multilingual, though?)
- {"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble", GF_WOODRUFF, "17581e3219d18898c35d616d1b823943"},
+ {"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble", GF_WOODRUFF, "751ba028d215e0db1e0254853de6a7e4"},
#endif
{0, 0, 0, 0}
};