diff options
author | Torbjörn Andersson | 2005-05-07 13:40:06 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-05-07 13:40:06 +0000 |
commit | c6abbb225e1845d5e14c756d46107b4f2ca1e572 (patch) | |
tree | a0c7e6c18359daa8551c21b20af4d25b50a1c8ae /gob | |
parent | a0a764bb4b92bf6f0a177478e57d2f0c56cd0e96 (diff) | |
download | scummvm-rg350-c6abbb225e1845d5e14c756d46107b4f2ca1e572.tar.gz scummvm-rg350-c6abbb225e1845d5e14c756d46107b4f2ca1e572.tar.bz2 scummvm-rg350-c6abbb225e1845d5e14c756d46107b4f2ca1e572.zip |
Added MD5 for The Bizarre Adventures of Woodruff and the Schnibble.
svn-id: r17944
Diffstat (limited to 'gob')
-rw-r--r-- | gob/gob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp index 1ada27e083..afdd88ddbc 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -57,6 +57,7 @@ static const GobGameSettings gob_games[] = { {"gob2", "Gobliins 2 (CD)", 0, "410e632682ab11969bc3b3b588066d95"}, {"gob2", "Gobliins 2 (Demo)", 0, "be8b111191f965ac9b28fe530580d14e"}, {"gob3", "Goblins Quest 3 (Demo)", 0, "5024e7de8d6377fbbeabbaa92e0452bc"}, + {"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble", 0, "c27402cee260d2ff1c4cecb2006a630a"}, #endif {0, 0, 0, 0} }; |