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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Jan 2 10:53:11 CET 2009


Revision: 35669
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35669&view=rev
Author:   Kirben
Date:     2009-01-02 09:53:11 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
Add German, Italian and Spanish VGA versions of Cruise for a Corpse.

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

Modified: scummvm/trunk/engines/cruise/detection.cpp
===================================================================
--- scummvm/trunk/engines/cruise/detection.cpp	2009-01-02 03:21:40 UTC (rev 35668)
+++ scummvm/trunk/engines/cruise/detection.cpp	2009-01-02 09:53:11 UTC (rev 35669)
@@ -74,6 +74,18 @@
 		0,
     },
 	{
+	    {
+			"cruise",
+			"256 colors",
+			AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GType_CRUISE,
+		0,
+	},
+	{
 		{
 			"cruise",
 			"256 colors",
@@ -86,17 +98,41 @@
 		0,
 	},
 	{
-	    {
+		{
 			"cruise",
 			"256 colors",
-			AD_ENTRY1("D1", "a90d2b9ead6b4d812cd14268672cf178"),
-			Common::EN_ANY,
+			AD_ENTRY1("D1", "f2a26522d49983c4ae32bcccbb801b02"),
+			Common::DE_DEU,
 			Common::kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
 		GType_CRUISE,
 		0,
 	},
+	{
+		{
+			"cruise",
+			"256 colors",
+			AD_ENTRY1("D1", "e19a4ab2e24a69087e4ea994a5506231"),
+			Common::IT_ITA,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GType_CRUISE,
+		0,
+	},
+	{
+		{
+			"cruise",
+			"256 colors",
+			AD_ENTRY1("D1", "9a302ada55600d96061fda1d63a6ccda"),
+			Common::ES_ESP,
+			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