[Scummvm-cvs-logs] scummvm master -> d3e372db19bae53424dd8ab47c0e7c37d081c920
sev-
sev at scummvm.org
Sun Mar 27 14:49:27 CEST 2016
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:
d3e372db19 GOB: Added another French Playttons2. Bug #7052
Commit: d3e372db19bae53424dd8ab47c0e7c37d081c920
https://github.com/scummvm/scummvm/commit/d3e372db19bae53424dd8ab47c0e7c37d081c920
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-27T14:48:18+02:00
Commit Message:
GOB: Added another French Playttons2. Bug #7052
Changed paths:
engines/gob/detection/tables_fascin.h
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h
index 88e7110..85f84a1 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 f249e3f..e495db9 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",
More information about the Scummvm-git-logs
mailing list