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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 26 17:28:32 CEST 2007


Revision: 26940
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26940&view=rev
Author:   sev
Date:     2007-05-26 08:28:31 -0700 (Sat, 26 May 2007)

Log Message:
-----------
Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of Ween
and Bargon"

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-05-26 15:16:21 UTC (rev 26939)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-05-26 15:28:31 UTC (rev 26940)
@@ -654,6 +654,18 @@
 		GF_GOB2,
 		"intro"
 	},
+	{ // Supplied by glorfindel in bugreport #1722142
+		{
+			"ween",
+			"",
+			AD_ENTRY1s("intro.stk", "8b57cd510da8a3bbd99e3a0297a8ebd1", 7018771),
+			IT_ITA,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_GOB2,
+		"intro"
+	},
 	{
 		{
 			"ween",
@@ -726,6 +738,18 @@
 		GF_BARGON,
 		"intro"
 	},
+	{ // Supplied by glorfindel in bugreport #1722142
+		{
+			"bargon",
+			"Fanmade",
+			AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
+			IT_ITA,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_BARGON,
+		"intro"
+	},
 	{
 		{
 			"gob3",


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