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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Apr 29 00:03:01 CEST 2009


Revision: 40188
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40188&view=rev
Author:   drmccoy
Date:     2009-04-28 22:03:00 +0000 (Tue, 28 Apr 2009)

Log Message:
-----------
Added a Spanish Urban Runner

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-04-28 18:56:54 UTC (rev 40187)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-04-28 22:03:00 UTC (rev 40188)
@@ -2520,12 +2520,12 @@
 		"lda1.stk",
 		0
 	},
-	{ // Supplied by goodoldgeorg in bug report #2770340
+	{
 		{
 			"urban",
 			"",
-			AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018),
-			DE_DEU,
+			AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436),
+			EN_USA,
 			kPlatformPC,
 			ADGF_NO_FLAGS
 		},
@@ -2534,12 +2534,12 @@
 		0,
 		0
 	},
-	{
+	{ // Supplied by jvprat on #scummvm
 		{
 			"urban",
 			"",
-			AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436),
-			EN_USA,
+			AD_ENTRY1s("intro.stk", "4ec3c0864e2b54c5b4ccf9f6ad96528d", 1253328),
+			ES_ESP,
 			kPlatformPC,
 			ADGF_NO_FLAGS
 		},
@@ -2548,6 +2548,20 @@
 		0,
 		0
 	},
+	{ // Supplied by goodoldgeorg in bug report #2770340
+		{
+			"urban",
+			"",
+			AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018),
+			DE_DEU,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeUrban,
+		kFeatures640,
+		0,
+		0
+	},
 	{
 		{
 			"urban",


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