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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Apr 25 00:50:25 CEST 2009


Revision: 40131
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40131&view=rev
Author:   strangerke
Date:     2009-04-24 22:50:24 +0000 (Fri, 24 Apr 2009)

Log Message:
-----------
Gob - Add entries for different Little Red Riding Hood languages selection

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-04-24 22:49:20 UTC (rev 40130)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-04-24 22:50:24 UTC (rev 40131)
@@ -1118,7 +1118,7 @@
 			"littlered",
 			"",
 			AD_ENTRY1s("intro.stk", "0b72992f5d8b5e6e0330572a5753ea25", 256490),
-			UNK_LANG,
+			EN_GRB,
 			kPlatformPC,
 			ADGF_NO_FLAGS
 		},
@@ -1131,6 +1131,62 @@
 		{
 			"littlered",
 			"",
+			AD_ENTRY1s("intro.stk", "0b72992f5d8b5e6e0330572a5753ea25", 256490),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib | kFeaturesEGA,
+		0,
+		0
+	},
+	{
+		{
+			"littlered",
+			"",
+			AD_ENTRY1s("intro.stk", "0b72992f5d8b5e6e0330572a5753ea25", 256490),
+			DE_DEU,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib | kFeaturesEGA,
+		0,
+		0
+	},
+	{
+		{
+			"littlered",
+			"",
+			AD_ENTRY1s("intro.stk", "0b72992f5d8b5e6e0330572a5753ea25", 256490),
+			ES_ESP,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib | kFeaturesEGA,
+		0,
+		0
+	},
+	{
+		{
+			"littlered",
+			"",
+			AD_ENTRY1s("intro.stk", "0b72992f5d8b5e6e0330572a5753ea25", 256490),
+			IT_ITA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib | kFeaturesEGA,
+		0,
+		0
+	},
+	{
+		{
+			"littlered",
+			"",
 			{
 				{"intro.stk", 0, "0b72992f5d8b5e6e0330572a5753ea25", 256490},
 				{"mod.babayaga", 0, "43484cde74e0860785f8e19f0bc776d1", 60248},
@@ -2897,6 +2953,7 @@
 		_startTot = new char[strlen(gd->startTotBase) + 1];
 		strcpy(_startTot, gd->startTotBase);
 	}
+
 	if (gd->startStkBase == 0) {
 		_startStk = new char[10];
 		strcpy(_startStk, "intro.stk");
@@ -2904,6 +2961,7 @@
 		_startStk = new char[strlen(gd->startStkBase) + 1];
 		strcpy(_startStk, gd->startStkBase);
 	}
+
 	_gameType = gd->gameType;
 	_features = gd->features;
 	_language = gd->desc.language;


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