diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection/tables_fascin.h | 3 | ||||
-rw-r--r-- | engines/gob/detection/tables_playtoons.h | 18 |
2 files changed, 19 insertions, 2 deletions
diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h index 88e7110f06..85f84a196a 100644 --- a/engines/gob/detection/tables_fascin.h +++ b/engines/gob/detection/tables_fascin.h @@ -246,8 +246,7 @@ kFeaturesNone, "disk0.stk", 0, 0 }, -// From bug #7069 -{ +{ // From bug #7069 { "fascination", "", diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h index f249e3ffa6..e495db9e25 100644 --- a/engines/gob/detection/tables_playtoons.h +++ b/engines/gob/detection/tables_playtoons.h @@ -222,6 +222,24 @@ kFeatures640x480, "intro2.stk", 0, 0 }, +{ // Version 1.002. Bug #7052 + { + "playtoons2", + "", + { + {"playtoon.stk", 0, "8c98e9a11be9bb203a55e8c6e68e519b", 25574338}, + {"spirou.stk", 0, "91080dc148de1bbd6a97321c1a1facf3", 9817086}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformDOS, + ADGF_NO_FLAGS, + GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT) + }, + kGameTypePlaytoons, + kFeatures640x480, + "intro2.stk", 0, 0 +}, { { "playtoons2", |