From b918149e6bd66b7e2a1225f2a411966840bad4b6 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Thu, 1 Mar 2012 18:43:41 +0100 Subject: GOB: Add detection entry for Italian playtoons2 --- engines/gob/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/gob') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index a88ddcc734..5c6e919e12 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", -- cgit v1.2.3