[Scummvm-git-logs] scummvm master -> 2aae9a7ce2014df0aaeff2be07d28a911027967d
sdelamarre
noreply at scummvm.org
Sun Dec 11 14:05:15 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:
2aae9a7ce2 GOB: Unmark Adibou1 games from testing
Commit: 2aae9a7ce2014df0aaeff2be07d28a911027967d
https://github.com/scummvm/scummvm/commit/2aae9a7ce2014df0aaeff2be07d28a911027967d
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2022-12-11T15:05:11+01:00
Commit Message:
GOB: Unmark Adibou1 games from testing
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 338039c315b..33265c62582 100644
--- a/engines/gob/detection/tables_adibou.h
+++ b/engines/gob/detection/tables_adibou.h
@@ -33,7 +33,7 @@
AD_ENTRY1s("intro.stk", "6db110188fcb7c5208d9721b5282682a", 4805104),
FR_FRA,
kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeAdibou1,
@@ -48,7 +48,7 @@
AD_ENTRY1s("intro.stk", "904a93f46687617bb34e672020fc17a4", 248724),
FR_FRA,
kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeAdibou1,
@@ -62,7 +62,7 @@
AD_ENTRY1s("intro.stk", "228edf921ebcd9f1c6d566856f264ea4", 2647968),
FR_FRA,
kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeAdibou1,
More information about the Scummvm-git-logs
mailing list