[Scummvm-cvs-logs] scummvm master -> b918149e6bd66b7e2a1225f2a411966840bad4b6

hkzlab hkzlabnet at gmail.com
Thu Mar 1 18:44:31 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b918149e6b GOB: Add detection entry for Italian playtoons2


Commit: b918149e6bd66b7e2a1225f2a411966840bad4b6
    https://github.com/scummvm/scummvm/commit/b918149e6bd66b7e2a1225f2a411966840bad4b6
Author: Fabio Battaglia (hkzlabnet at gmail.com)
Date: 2012-03-01T09:43:41-08:00

Commit Message:
GOB: Add detection entry for Italian playtoons2

Changed paths:
    engines/gob/detection_tables.h



diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index a88ddcc..5c6e919 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -4057,6 +4057,24 @@ static const GOBGameDescription gameDescriptions[] = {
 		kFeatures640x480,
 		"intro2.stk", 0, 0
 	},
+	{ // Supplied by Hkz
+		{
+			"playtoons2",
+			"",
+			{
+				{"playtoon.stk", 0, "2572685400852d12759a2fbf09ec88eb", 9698780},
+				{"spirou.stk", 0, "d3cfeff920b6343a2ece55088f530dba", 7076608},
+				{0, 0, 0, 0}
+			},
+			IT_ITA,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+		},
+		kGameTypePlaytoons,
+		kFeatures640x480,
+		"intro2.stk", 0, 0
+	},
 	{ // Supplied by scoriae in the forums
 		{
 			"playtoons2",






More information about the Scummvm-git-logs mailing list