From e78ebed32da2b5326296eeae529b4075c4ac870a Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 6 May 2009 07:56:23 +0000 Subject: Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITA svn-id: r40344 --- engines/gob/detection.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'engines') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 0573e1184a..b4ca011b67 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2529,6 +2529,21 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, + { // Supplied by Luca in scummvm-devel vol.36 iss.1 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + 0, + 0 + }, + { { "woodruff", -- cgit v1.2.3