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

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Wed Jan 26 19:40:29 CET 2011


Revision: 55543
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55543&view=rev
Author:   fuzzie
Date:     2011-01-26 18:40:28 +0000 (Wed, 26 Jan 2011)

Log Message:
-----------
MOHAWK: Detect "The Cat in the Hat".

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

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2011-01-26 16:51:18 UTC (rev 55542)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-01-26 18:40:28 UTC (rev 55543)
@@ -118,6 +118,7 @@
 	{"arthurrace", "Arthur's Reading Race"},
 	{"arthurbday", "Arthur's Birthday"},
 	{"lilmonster", "Little Monster at School"},
+	{"catinthehat", "The Cat in the Hat"},
 	{"rugrats", "Rugrats Adventure Game"},
 	{0, 0}
 };

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-26 16:51:18 UTC (rev 55542)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-26 18:40:28 UTC (rev 55543)
@@ -1086,6 +1086,36 @@
 
 	{
 		{
+			"catinthehat",
+			"",
+			AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0
+	},
+
+	{
+		{
+			"catinthehat",
+			"",
+			AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0
+	},
+
+	{
+		{
 			"rugrats",
 			"",
 			AD_ENTRY1("outline", "525be248363fe27d50d750632c1e759e"),


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