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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jun 9 20:53:18 CEST 2009


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

Log Message:
-----------
Win Lost in Time is multi-lingual (British, French, Spanish)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-06-09 18:52:55 UTC (rev 41405)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-06-09 18:53:17 UTC (rev 41406)
@@ -1644,7 +1644,7 @@
 			"lostintime",
 			"",
 			AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330),
-			UNK_LANG,
+			EN_GRB,
 			kPlatformWindows,
 			ADGF_NO_FLAGS,
 			GUIO_NOSPEECH
@@ -1655,6 +1655,34 @@
 	},
 	{
 		{
+			"lostintime",
+			"",
+			AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330),
+			FR_FRA,
+			kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO_NOSPEECH
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
+	{
+		{
+			"lostintime",
+			"",
+			AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330),
+			ES_ESP,
+			kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO_NOSPEECH
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
+	{
+		{
 			"fascination",
 			"CD Version (Censored)",
 			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),


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