diff options
author | Max Horn | 2005-05-17 11:46:07 +0000 |
---|---|---|
committer | Max Horn | 2005-05-17 11:46:07 +0000 |
commit | 8d782007c19c50240bf3101013ea57e8ca35bc76 (patch) | |
tree | ac8de59118aeaefb612f67af3849d3b5c64f5572 | |
parent | e4f3e2a7bf5ec067fa9fcba7a2fb54785da24ea2 (diff) | |
download | scummvm-rg350-8d782007c19c50240bf3101013ea57e8ca35bc76.tar.gz scummvm-rg350-8d782007c19c50240bf3101013ea57e8ca35bc76.tar.bz2 scummvm-rg350-8d782007c19c50240bf3101013ea57e8ca35bc76.zip |
Added my Woodruff version to the MD5 list
svn-id: r18137
-rw-r--r-- | gob/gob.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp index 7316e89718..a03d55a0fd 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -91,6 +91,9 @@ static const GobGameSettings gob_games[] = { // CD 1.0 {"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"}, #endif {0, 0, 0, 0} }; |