[Scummvm-git-logs] scummvm master -> d807de11b567c3e9f43fc7967dc96e54a488e434

sev- sev at scummvm.org
Mon Oct 19 22:56:44 UTC 2020


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:
d807de11b5 GOB: Added another Gob CDi demo


Commit: d807de11b567c3e9f43fc7967dc96e54a488e434
    https://github.com/scummvm/scummvm/commit/d807de11b567c3e9f43fc7967dc96e54a488e434
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-20T00:56:30+02:00

Commit Message:
GOB: Added another Gob CDi demo

Changed paths:
    engines/gob/detection/tables_gob1.h


diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 1a268ad403..36a120a114 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -712,14 +712,28 @@
 	kFeaturesAdLib,
 	0, "AVT003.TOT", 0
 },
-{ // Found on ADI Accompagnement Scolaire - Francais-Maths
+{ // Found on ADI Accompagnement Scolaire - Francais-Maths CE1/CE2
 	{
 		"gob1",
-		"",
+		"CE1/CE2",
+		AD_ENTRY1s("intro.stk", "ae38e1dac63576b9a7d34a96fd6eb37c", 5731374),
+		FR_FRA,
+		kPlatformCDi,
+		ADGF_DEMO,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob1,
+	kFeaturesAdLib,
+	0, "AVT008.TOT", 0
+},
+{ // Found on ADI Accompagnement Scolaire - Francais-Maths CM1/CM2
+	{
+		"gob1",
+		"CM1/CM2",
 		AD_ENTRY1s("intro.stk", "ca15cc119fea5ee432083e7f6b873c38", 2441216),
 		FR_FRA,
 		kPlatformCDi,
-		ADGF_NO_FLAGS,
+		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeGob1,




More information about the Scummvm-git-logs mailing list