[Scummvm-git-logs] scummvm master -> c200bf37c72f2bb1c5fa6e8409abd3c0bbd13248
aquadran
noreply at scummvm.org
Sat Oct 4 12:36:33 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:
c200bf37c7 WINTERMUTE: Mark 'The Box' as supported
Commit: c200bf37c72f2bb1c5fa6e8409abd3c0bbd13248
https://github.com/scummvm/scummvm/commit/c200bf37c72f2bb1c5fa6e8409abd3c0bbd13248
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-10-04T14:36:28+02:00
Commit Message:
WINTERMUTE: Mark 'The Box' as supported
Changed paths:
NEWS.md
engines/wintermute/detection_tables.h
diff --git a/NEWS.md b/NEWS.md
index 190b3fe50c8..44c23a00297 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,6 +34,7 @@ For a more comprehensive changelog of the latest experimental code, see:
Basis Octavus
Beyond the Threshold
Bickadoodle
+ The Box
Corrosion: Cold Winter Waiting
Dead City
Dirty Split
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index c9fbd17fa95..c76eb2b7d30 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5584,7 +5584,7 @@ static const WMEGameDescription gameDescriptions[] = {
// The Box
WME_WINENTRY("thebox", "",
- WME_ENTRY1s("data.dcp", "ec5f0c7e8174e307701447b53afe7e2f", 108372483), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_11),
+ WME_ENTRY1s("data.dcp", "ec5f0c7e8174e307701447b53afe7e2f", 108372483), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_11),
// The Kite (Version 1.1)
WME_WINENTRY("thekite", "Version 1.1",
More information about the Scummvm-git-logs
mailing list