[Scummvm-git-logs] scummvm master -> 78880f5bc5ceb65096777755a8957cc64f96cec6
sev-
noreply at scummvm.org
Thu May 11 15:38:09 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:
78880f5bc5 GOB: Mark all non interactive demos of Adi 2 as stable
Commit: 78880f5bc5ceb65096777755a8957cc64f96cec6
https://github.com/scummvm/scummvm/commit/78880f5bc5ceb65096777755a8957cc64f96cec6
Author: CrystalBen (58399929+CrystalBen at users.noreply.github.com)
Date: 2023-05-11T17:38:05+02:00
Commit Message:
GOB: Mark all non interactive demos of Adi 2 as stable
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 623d304c658..ccd00bfd559 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -205,7 +205,7 @@
},
EN_ANY,
kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
kGameTypeAdi2,
@@ -225,7 +225,7 @@
},
DE_DEU,
kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
kGameTypeAdi2,
More information about the Scummvm-git-logs
mailing list