[Scummvm-cvs-logs] SF.net SVN: scummvm:[55470] scummvm/trunk/engines/mohawk/detection_tables.h

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sun Jan 23 17:15:26 CET 2011


Revision: 55470
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55470&view=rev
Author:   fuzzie
Date:     2011-01-23 16:15:26 +0000 (Sun, 23 Jan 2011)

Log Message:
-----------
MOHAWK: Detect CSTime demo (thanks to Strangerke for finding it).

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/detection_tables.h

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-23 16:14:51 UTC (rev 55469)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-23 16:15:26 UTC (rev 55470)
@@ -397,12 +397,28 @@
 			Common::GUIO_NONE
 		},
 		GType_CSTIME,
-		GF_HASMIDI,
+		0,
 		0
 	},
 
 	{
 		{
+			"cstime",
+			"Demo",
+			AD_ENTRY1("iface.mhk", "5c1203712a16513bd158dc3c1b6cebd7"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			Common::GUIO_NONE
+		},
+		GType_CSTIME,
+		GF_DEMO,
+		0
+	},
+
+
+	{
+		{
 			"zoombini",
 			"",
 			AD_ENTRY1("ZOOMBINI.MHK", "98b758fec55104c096cfd129048be9a6"),


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