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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jun 9 20:14:50 CEST 2009


Revision: 41402
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41402&view=rev
Author:   drmccoy
Date:     2009-06-09 18:14:49 +0000 (Tue, 09 Jun 2009)

Log Message:
-----------
Win Gob3 is multi-lingual (British, French, German)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-06-09 15:34:02 UTC (rev 41401)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-06-09 18:14:49 UTC (rev 41402)
@@ -1788,6 +1788,42 @@
 		kFeaturesAdlib,
 		0, 0, 0
 	},
+	{
+		{
+			"gob3",
+			"",
+			{
+				{"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
+				{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
+				{0, 0, 0, 0}
+			},
+			FR_FRA,
+			kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO_NOSPEECH
+		},
+		kGameTypeGob3,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
+	{
+		{
+			"gob3",
+			"",
+			{
+				{"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
+				{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
+				{0, 0, 0, 0}
+			},
+			EN_GRB,
+			kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO_NOSPEECH
+		},
+		kGameTypeGob3,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
 	{ // Supplied by fac76 in bug report #1742716
 		{
 			"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