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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Apr 24 16:02:28 CEST 2007


Revision: 26588
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26588&view=rev
Author:   drmccoy
Date:     2007-04-24 07:02:25 -0700 (Tue, 24 Apr 2007)

Log Message:
-----------
The amiga version has english and german text

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-04-24 06:31:04 UTC (rev 26587)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-04-24 14:02:25 UTC (rev 26588)
@@ -791,7 +791,7 @@
 			"gob3",
 			"",
 			AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"),
-			UNK_LANG,
+			EN_GRB,
 			kPlatformAmiga,
 			Common::ADGF_NO_FLAGS
 		},
@@ -800,6 +800,18 @@
 	},
 	{
 		{
+			"gob3",
+			"",
+			AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"),
+			DE_DEU,
+			kPlatformAmiga,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_GOB3,
+		"menu"
+	},
+	{
+		{
 			"gob3cd",
 			"v1.000",
 			AD_ENTRY1("intro.stk", "6f2c226c62dd7ab0ab6f850e89d3fc47"),
@@ -807,7 +819,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
@@ -819,7 +831,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
@@ -831,7 +843,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
@@ -843,7 +855,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
@@ -855,7 +867,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230
@@ -867,7 +879,7 @@
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
-		GF_GOB3,
+		GF_GOB3 | GF_CD,
 		"intro"
 	},
 	{


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