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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun Aug 30 18:46:24 CEST 2009


Revision: 43826
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43826&view=rev
Author:   drmccoy
Date:     2009-08-30 16:46:24 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
Making the Windows version of Little Red Riding Hood display something

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-08-30 15:08:27 UTC (rev 43825)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-08-30 16:46:24 UTC (rev 43826)
@@ -1576,13 +1576,13 @@
 			"littlered",
 			"",
 			AD_ENTRY1s("intro.stk", "113a16877e4f72037d9714be1c2b0221", 1187522),
-			FR_FRA,
+			EN_GRB,
 			kPlatformWindows,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesAdlib | kFeaturesEGA,
 		0, 0, 0
 	},
 	{
@@ -1590,13 +1590,13 @@
 			"littlered",
 			"",
 			AD_ENTRY1s("intro.stk", "113a16877e4f72037d9714be1c2b0221", 1187522),
-			DE_DEU,
+			FR_FRA,
 			kPlatformWindows,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesAdlib | kFeaturesEGA,
 		0, 0, 0
 	},
 	{
@@ -1604,13 +1604,13 @@
 			"littlered",
 			"",
 			AD_ENTRY1s("intro.stk", "113a16877e4f72037d9714be1c2b0221", 1187522),
-			EN_GRB,
+			DE_DEU,
 			kPlatformWindows,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesAdlib | kFeaturesEGA,
 		0, 0, 0
 	},
 	{
@@ -1624,7 +1624,7 @@
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesAdlib | kFeaturesEGA,
 		0, 0, 0
 	},
 	{
@@ -1638,7 +1638,7 @@
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesAdlib | kFeaturesEGA,
 		0, 0, 0
 	},
 	{


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