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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jun 23 19:55:27 CEST 2009


Revision: 41813
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41813&view=rev
Author:   drmccoy
Date:     2009-06-23 17:55:27 +0000 (Tue, 23 Jun 2009)

Log Message:
-----------
Proper support for Hungarian versions

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-06-23 17:55:09 UTC (rev 41812)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-06-23 17:55:27 UTC (rev 41813)
@@ -290,7 +290,7 @@
 			"gob1cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
-			EN_USA,
+			HU_HUN,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
@@ -304,20 +304,6 @@
 			"gob1cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
-			EN_GRB,
-			kPlatformPC,
-			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES | GUIO_NOSPEECH
-		},
-		kGameTypeGob1,
-		kFeaturesCD,
-		0, 0, 0
-	},
-	{ // Supplied by goodoldgeorg in bug report #2810082
-		{
-			"gob1cd",
-			"v1.02",
-			AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
 			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -332,20 +318,6 @@
 			"gob1cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
-			DE_DEU,
-			kPlatformPC,
-			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES | GUIO_NOSPEECH
-		},
-		kGameTypeGob1,
-		kFeaturesCD,
-		0, 0, 0
-	},
-	{ // Supplied by goodoldgeorg in bug report #2810082
-		{
-			"gob1cd",
-			"v1.02",
-			AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
 			ES_ESP,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -924,7 +896,7 @@
 			"gob2cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "5ba85a4769a1ab03a283dd694588d526", 5006236),
-			EN_USA,
+			HU_HUN,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
@@ -938,20 +910,6 @@
 			"gob2cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "5ba85a4769a1ab03a283dd694588d526", 5006236),
-			EN_GRB,
-			kPlatformPC,
-			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES | GUIO_NOSPEECH
-		},
-		kGameTypeGob2,
-		kFeaturesCD,
-		0, 0, 0
-	},
-	{ // Supplied by goodoldgeorg in bug report #2810082
-		{
-			"gob2cd",
-			"v1.02",
-			AD_ENTRY1s("intro.stk", "5ba85a4769a1ab03a283dd694588d526", 5006236),
 			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2376,7 +2334,7 @@
 			"gob3cd",
 			"v1.02",
 			AD_ENTRY1s("intro.stk", "bfd7d4c6fedeb2cfcc8baa4d5ddb1f74", 616220),
-			EN_GRB,
+			HU_HUN,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH

Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2009-06-23 17:55:09 UTC (rev 41812)
+++ scummvm/trunk/engines/gob/gob.cpp	2009-06-23 17:55:27 UTC (rev 41813)
@@ -254,6 +254,7 @@
 		break;
 	case Common::EN_ANY:
 	case Common::EN_GRB:
+	case Common::HU_HUN:
 		_global->_language = 2;
 		break;
 	case Common::ES_ESP:


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