[Scummvm-git-logs] scummvm master -> 48b596f04d37b26c2f8f74189e1f267d27d8d2a9
aquadran
noreply at scummvm.org
Sat Oct 4 12:59:25 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:
48b596f04d WINTERMUTE: Mark 'Four' as supported
Commit: 48b596f04d37b26c2f8f74189e1f267d27d8d2a9
https://github.com/scummvm/scummvm/commit/48b596f04d37b26c2f8f74189e1f267d27d8d2a9
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-10-04T14:59:21+02:00
Commit Message:
WINTERMUTE: Mark 'Four' as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 1c32ed700e7..01f11cae5d2 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1075,7 +1075,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Four
WME_WINENTRY("four", "",
- WME_ENTRY1s("data.dcp", "ec05cd5e37c9a524053b8859635a4234", 62599855), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ WME_ENTRY1s("data.dcp", "ec05cd5e37c9a524053b8859635a4234", 62599855), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
// FoxTail 1.2.230.1291 (English)
WME_WINENTRY("foxtail", "1.2.230.1291",
More information about the Scummvm-git-logs
mailing list