[Scummvm-git-logs] scummvm master -> 1c09979abf477234fadbf2a2e05eb0285658e016

aquadran noreply at scummvm.org
Sat Aug 9 21:04:02 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:
1c09979abf WINTERMUTE: Mark "Beyond the Threshold"  as supported


Commit: 1c09979abf477234fadbf2a2e05eb0285658e016
    https://github.com/scummvm/scummvm/commit/1c09979abf477234fadbf2a2e05eb0285658e016
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-08-09T23:03:57+02:00

Commit Message:
WINTERMUTE: Mark "Beyond the Threshold"  as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 9aac0fbdf6f..c3712f166eb 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -493,7 +493,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Beyond the Threshold
 	WME_WINENTRY("bthreshold", "",
-		WME_ENTRY1s("data.dcp", "d49bf9ccb2e74507447c82d6ad3e2bc4", 12773712), Common::EN_ANY, ADGF_UNSTABLE, WME_1_7_94),
+		WME_ENTRY1s("data.dcp", "d49bf9ccb2e74507447c82d6ad3e2bc4", 12773712), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_7_94),
 
 	// Bickadoodle
 	WME_WINENTRY("bickadoodle", "",




More information about the Scummvm-git-logs mailing list