[Scummvm-git-logs] scummvm master -> d0ea3742cc4a1e248374b8e53b12b3ef01a83c6c
bluegr
noreply at scummvm.org
Mon Dec 5 01:04:07 UTC 2022
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:
d0ea3742cc GOB: Add detection for Adibou 2 French demo (interactive)
Commit: d0ea3742cc4a1e248374b8e53b12b3ef01a83c6c
https://github.com/scummvm/scummvm/commit/d0ea3742cc4a1e248374b8e53b12b3ef01a83c6c
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-12-05T03:04:04+02:00
Commit Message:
GOB: Add detection for Adibou 2 French demo (interactive)
Source is the double CD-ROM "Le kit rentrée scolaire de la Fnac"
(August 1999) that was given for free at the Fnac French retail stores.
Changed paths:
engines/gob/detection/tables_adibou.h
diff --git a/engines/gob/detection/tables_adibou.h b/engines/gob/detection/tables_adibou.h
index ea6a1213f77..a73dcf22d66 100644
--- a/engines/gob/detection/tables_adibou.h
+++ b/engines/gob/detection/tables_adibou.h
@@ -232,6 +232,20 @@
// -- Demos --
+{
+ {
+ "adibou2",
+ "ADIBOU 2 Demo",
+ AD_ENTRY1s("intro.stk", "0f197c6b8f1cef3fb4aa37438a52e031", 954276),
+ FR_FRA,
+ kPlatformDOS,
+ ADGF_DEMO,
+ GUIO0()
+ },
+ kGameTypeAdibou2,
+ kFeatures640x480,
+ 0, 0, 0
+},
{
{
"adibou2",
More information about the Scummvm-git-logs
mailing list