[Scummvm-git-logs] scummvm master -> 8a2188e727e5e1e1a10a7a6d7ac20eeede033d73

aquadran noreply at scummvm.org
Wed Aug 5 16:29:01 UTC 2026


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:
8a2188e727 WINTERMUTE: Mark tested completable games as stable - missed two entries


Commit: 8a2188e727e5e1e1a10a7a6d7ac20eeede033d73
    https://github.com/scummvm/scummvm/commit/8a2188e727e5e1e1a10a7a6d7ac20eeede033d73
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-08-05T18:28:48+02:00

Commit Message:
WINTERMUTE: Mark tested completable games as stable - missed two entries

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 42a688c7c3f..f6d5c23e873 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1889,7 +1889,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Mukhtar and his Team
 	WME_WINENTRY("mukhtar", "",
-		WME_ENTRY1s("data.dcp", "ed1deb8e6b2ce0a50ba26e035bdb7006", 1086177292), Common::RU_RUS, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "ed1deb8e6b2ce0a50ba26e035bdb7006", 1086177292), Common::RU_RUS, GF_3D, WME_1_9_1),
 
 	// Mukhtar and his Team (Spanish fanmade)
 	WME_WINENTRY("mukhtar", "Fanmade",
@@ -1906,7 +1906,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Night in the Fog (Demo, 0.4.0212a)
 	WME_WINENTRY("nightinthefog", "Demo 0.4.0212a",
-		WME_ENTRY1s("game.exe", "73c88cb17e380ff72c2f1d156b4545e9", 128294595), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+		WME_ENTRY1s("game.exe", "73c88cb17e380ff72c2f1d156b4545e9", 128294595), Common::EN_ANY, ADGF_DEMO, WME_1_9_1),
 
 	// Night Train Demo
 	WME_WINENTRY("nighttrain", "Demo",




More information about the Scummvm-git-logs mailing list