diff options
author | Eugene Sandulenko | 2016-03-27 14:48:18 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-27 14:48:18 +0200 |
commit | d3e372db19bae53424dd8ab47c0e7c37d081c920 (patch) | |
tree | 6dee977f0183c3813c1ab347495a6e91dce20e7f /engines/gob | |
parent | 77da2801e058fa2f8d6fef63f7eba983f6d75c35 (diff) | |
download | scummvm-rg350-d3e372db19bae53424dd8ab47c0e7c37d081c920.tar.gz scummvm-rg350-d3e372db19bae53424dd8ab47c0e7c37d081c920.tar.bz2 scummvm-rg350-d3e372db19bae53424dd8ab47c0e7c37d081c920.zip |
GOB: Added another French Playttons2. Bug #7052
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", |