[Scummvm-cvs-logs] SF.net SVN: scummvm: [32309] scummvm/trunk/engines/gob/detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue May 27 01:03:18 CEST 2008


Revision: 32309
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32309&view=rev
Author:   drmccoy
Date:     2008-05-26 16:03:17 -0700 (Mon, 26 May 2008)

Log Message:
-----------
Fixed Italian Woodruff's MD5

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-05-26 22:02:20 UTC (rev 32308)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-05-26 23:03:17 UTC (rev 32309)
@@ -1688,7 +1688,7 @@
 		{
 			"woodruff",
 			"",
-			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736),
+			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736),
 			EN_GRB,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
@@ -1701,7 +1701,7 @@
 		{
 			"woodruff",
 			"",
-			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736),
+			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736),
 			DE_DEU,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
@@ -1714,7 +1714,7 @@
 		{
 			"woodruff",
 			"",
-			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736),
+			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736),
 			FR_FRA,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
@@ -1727,7 +1727,7 @@
 		{
 			"woodruff",
 			"",
-			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736),
+			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736),
 			IT_ITA,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
@@ -1740,7 +1740,7 @@
 		{
 			"woodruff",
 			"",
-			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736),
+			AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee070556a96d8", 7069736),
 			ES_ESP,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list