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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 27 16:43:10 CEST 2007


Revision: 26606
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26606&view=rev
Author:   thebluegr
Date:     2007-04-27 07:43:09 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Added the English version of Cruise for a Corpse to the detector, fixed typo

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

Modified: scummvm/trunk/engines/cruise/detection.cpp
===================================================================
--- scummvm/trunk/engines/cruise/detection.cpp	2007-04-27 12:58:35 UTC (rev 26605)
+++ scummvm/trunk/engines/cruise/detection.cpp	2007-04-27 14:43:09 UTC (rev 26606)
@@ -47,7 +47,7 @@
 
 static const PlainGameDescriptor cruiseGames[] = {
 	{"cruise", "Cinematique evo.2 engine game"},
-	{"cruise", "Cruise for a corps"},
+	{"cruise", "Cruise for a corpse"},
 	{0, 0}
 };
 
@@ -71,7 +71,18 @@
 		GType_CRUISE,
 		0,
 	},
-
+	{
+		{
+			"cruise",
+			"",
+			AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GType_CRUISE,
+		0,
+	},
 	{ AD_TABLE_END_MARKER, 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