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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu Jan 27 20:20:29 CET 2011


Revision: 55570
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55570&view=rev
Author:   mthreepwood
Date:     2011-01-27 19:20:27 +0000 (Thu, 27 Jan 2011)

Log Message:
-----------
MOHAWK: Add detection for the LB sampler

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-27 18:43:02 UTC (rev 55569)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-01-27 19:20:27 UTC (rev 55570)
@@ -120,6 +120,7 @@
 	{"lilmonster", "Little Monster at School"},
 	{"catinthehat", "The Cat in the Hat"},
 	{"rugrats", "Rugrats Adventure Game"},
+	{"lbsampler", "Living Books Sampler"},
 	{0, 0}
 };
 

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-27 18:43:02 UTC (rev 55569)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-27 19:20:27 UTC (rev 55570)
@@ -1144,6 +1144,21 @@
 		0,
 	},
 
+	{
+		{
+			"lbsampler",
+			"",
+			AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0,
+	},
+
 	{ 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