[Scummvm-git-logs] scummvm master -> bdeef5e365e2b3a957dcbe807bc04e20745abc78
sev-
noreply at scummvm.org
Wed Jul 26 00:47:56 UTC 2023
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:
bdeef5e365 GOB: Mark a German version of Adi 2 as CD version
Commit: bdeef5e365e2b3a957dcbe807bc04e20745abc78
https://github.com/scummvm/scummvm/commit/bdeef5e365e2b3a957dcbe807bc04e20745abc78
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-26T02:47:47+02:00
Commit Message:
GOB: Mark a German version of Adi 2 as CD version
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index ccd00bfd559..42934b495e9 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -128,13 +128,13 @@
"adi2.stk", "ediintro.tot", 0
},
{
- {
+ { // 1994 CD version
"adi2",
- "Adi Deutsch Klasse 1+2",
+ "Adi Deutsch Klasse 1+2 (CD)",
AD_ENTRY1s("adi2.stk", "157a26943a021d92f5c76f6eb8f18f2a", 12960390),
DE_DEU,
kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSTABLE | ADGF_CD,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi2,
More information about the Scummvm-git-logs
mailing list