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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Dec 31 18:18:23 CET 2008


Revision: 35641
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35641&view=rev
Author:   drmccoy
Date:     2008-12-31 17:18:23 +0000 (Wed, 31 Dec 2008)

Log Message:
-----------
Added the French Mac version of Lost in Time, as supplied by koalet in bug report #2479034

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-12-31 16:06:55 UTC (rev 35640)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-12-31 17:18:23 UTC (rev 35641)
@@ -1022,6 +1022,23 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+	{ // Supplied by koalet in bug report #2479034
+		{
+			"lostintime",
+			"",
+			{
+				{"intro.stk", 0, "af98bcdc70e1f1c1635577fd726fe7f1", 3937310},
+				{"musmac1.mid", 0, "ae7229bb09c6abe4e60a2768b24bc890", 9398},
+				{NULL, 0, NULL, 0}
+			},
+			FR_FRA,
+			kPlatformMacintosh,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		"intro"
+	},
 	{
 		{
 			"lostintime",
@@ -2141,6 +2158,19 @@
 			"unknown",
 			AD_ENTRY1(0, 0),
 			UNK_LANG,
+			kPlatformMacintosh,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		"intro"
+	},
+	{
+		{
+			"lostintime",
+			"unknown",
+			AD_ENTRY1(0, 0),
+			UNK_LANG,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
@@ -2175,8 +2205,9 @@
 	{ &fallbackDescs[ 7], { "intro.stk", "mus_gob3.lic", 0 } },
 	{ &fallbackDescs[ 8], { "intro.stk", "woodruff.itk", 0 } },
 	{ &fallbackDescs[ 9], { "intro.stk", "commun1.itk", 0 } },
-	{ &fallbackDescs[10], { "intro.stk", "commun1.itk", "lost.lic", 0 } },
-	{ &fallbackDescs[11], { "intro.stk", "cd1.itk", "objet1.itk", 0 } },
+	{ &fallbackDescs[10], { "intro.stk", "commun1.itk", "musmac1.mid", 0 } },
+	{ &fallbackDescs[11], { "intro.stk", "commun1.itk", "lost.lic", 0 } },
+	{ &fallbackDescs[12], { "intro.stk", "cd1.itk", "objet1.itk", 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