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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue May 5 18:58:54 CEST 2009


Revision: 40330
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40330&view=rev
Author:   eriktorbjorn
Date:     2009-05-05 16:58:54 +0000 (Tue, 05 May 2009)

Log Message:
-----------
Added detection entry for the German 16-colour version, which was included on
the "Classic Collection" CD I just bought.

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

Modified: scummvm/trunk/engines/cruise/detection.cpp
===================================================================
--- scummvm/trunk/engines/cruise/detection.cpp	2009-05-05 13:40:16 UTC (rev 40329)
+++ scummvm/trunk/engines/cruise/detection.cpp	2009-05-05 16:58:54 UTC (rev 40330)
@@ -109,6 +109,18 @@
 	{
 		{
 			"cruise",
+			"16 colors",
+			AD_ENTRY1("D1", "287d2ec1799e2f881dee23c70be96e81"),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GType_CRUISE,
+		0,
+	},
+	{
+		{
+			"cruise",
 			"256 colors",
 			AD_ENTRY1("D1", "f2a26522d49983c4ae32bcccbb801b02"),
 			Common::DE_DEU,


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