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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 1 03:47:25 CET 2011


Revision: 55701
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55701&view=rev
Author:   mthreepwood
Date:     2011-02-01 02:47:24 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
MOHAWK: Add detection for The Berenstain Bears Get in a Fight

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-02-01 00:08:12 UTC (rev 55700)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-02-01 02:47:24 UTC (rev 55701)
@@ -122,6 +122,7 @@
 	{"catinthehat", "The Cat in the Hat"},
 	{"rugrats", "Rugrats Adventure Game"},
 	{"lbsampler", "Living Books Sampler"},
+	{"bearfight", "The Berenstain Bears Get in a Fight"},
 	{0, 0}
 };
 

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 00:08:12 UTC (rev 55700)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 02:47:24 UTC (rev 55701)
@@ -1174,6 +1174,36 @@
 		0,
 	},
 
+	{
+		{
+			"bearfight",
+			"",
+			AD_ENTRY1("FIGHT.512", "f6e6c77a216c400a69388c94a11766d2"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"FIGHT.EXE"
+	},
+
+	{
+		{
+			"bearfight",
+			"",
+			AD_ENTRY1("BookOutline", "a1c395a5234f88613d4110ca36df4808"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"Bears Get in a Fight"
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 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