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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Jul 14 17:48:05 CEST 2009


Revision: 42483
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42483&view=rev
Author:   strangerke
Date:     2009-07-14 15:48:05 +0000 (Tue, 14 Jul 2009)

Log Message:
-----------
Add detection for Playtoons 4 EN_ANY as supplied by goodoldgeorg in bug #2820006

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-07-14 15:02:17 UTC (rev 42482)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-07-14 15:48:05 UTC (rev 42483)
@@ -3561,7 +3561,6 @@
 		kFeatures640,
 		"intro2.stk", 0, 0
 	},
-
 	{
 		{
 			"playtoons4",
@@ -3580,6 +3579,24 @@
 		kFeatures640,
 		"intro2.stk", 0, 0
 	},
+	{ //Supplied by goodoldgeorg in bug report #2820006
+		{
+			"playtoons4",
+			"",
+			{
+				{"playtoon.stk", 0, "9e513e993a5b0e2496add3f50c08764b", 30448506},
+				{"manda.stk", 0, "69a79c9f61b2618e482726f2ff68078d", 6499208},
+				{0, 0, 0, 0}
+			},
+			EN_ANY,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypePlaytoon,
+		kFeatures640,
+		"intro2.stk", 0, 0
+	},
 	{
 		{
 			"playtoons5",


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