[Scummvm-git-logs] scummvm master -> bd69c6383840119961f5066d801dd6512518e289
aquadran
noreply at scummvm.org
Sun Jun 1 04:27:54 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
bd69c63838 WINTERMUTE: Mark Five Magical Amulets as supported
Commit: bd69c6383840119961f5066d801dd6512518e289
https://github.com/scummvm/scummvm/commit/bd69c6383840119961f5066d801dd6512518e289
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-06-01T06:27:49+02:00
Commit Message:
WINTERMUTE: Mark Five Magical Amulets as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b775f090030..f1adab78821 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -265,22 +265,22 @@ static const WMEGameDescription gameDescriptions[] = {
// Five Magical Amulets (Czech)
WME_WINENTRY("5ma", "",
WME_ENTRY2s("czech.dcp", "7b2515a8ceb955c72bc14f0f1fca869e", 184,
- "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::CS_CZE, ADGF_UNSTABLE, WME_1_3_3),
+ "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::CS_CZE, ADGF_NO_FLAGS, WME_1_3_3),
// Five Magical Amulets (English)
WME_WINENTRY("5ma", "",
WME_ENTRY2s("english.dcp", "2f97bca09260ba23b645da9f0855ce7f", 893681,
- "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::EN_ANY, ADGF_UNSTABLE, WME_1_3_3),
+ "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_3_3),
// Five Magical Amulets (German)
WME_WINENTRY("5ma", "",
WME_ENTRY2s("german.dcp", "bfa74aae81672803d0d0748ac0a532b7", 885150,
- "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::DE_DEU, ADGF_UNSTABLE, WME_1_3_3),
+ "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::DE_DEU, ADGF_NO_FLAGS, WME_1_3_3),
// Five Magical Amulets (Polish)
WME_WINENTRY("5ma", "",
WME_ENTRY2s("polish.dcp", "bb877d48795471a17f25b0b5109100d1", 1132197,
- "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::PL_POL, ADGF_UNSTABLE, WME_1_3_3),
+ "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::PL_POL, ADGF_NO_FLAGS, WME_1_3_3),
// Eight Squares in The Garden
WME_WINENTRY("8squares", "",
More information about the Scummvm-git-logs
mailing list