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

aquadran noreply at scummvm.org
Sat Sep 20 13:06:38 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:
1a4399b19a WINTERMUTE: Mark "Zilm: A Game of Reflex" as supported


Commit: 1a4399b19aa2b6e3baf80c02b868fb16137f5587
    https://github.com/scummvm/scummvm/commit/1a4399b19aa2b6e3baf80c02b868fb16137f5587
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-20T15:06:33+02:00

Commit Message:
WINTERMUTE: Mark "Zilm: A Game of Reflex" as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index cbeac07cba8..e0d73db7fbd 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5728,11 +5728,11 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Zilm: A Game of Reflex
 	WME_WINENTRY("zilm", "",
-		WME_ENTRY1s("data.dcp", "81cece0c8105b4725fc35064a32b4b52", 351726), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "81cece0c8105b4725fc35064a32b4b52", 351726), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Zilm: A Game of Reflex 1.0
 	WME_WINENTRY("zilm", "1.0",
-		WME_ENTRY1s("data.dcp", "098dffaf03d8adbb4cb5633e4733e63c", 351726), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "098dffaf03d8adbb4cb5633e4733e63c", 351726), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Zbang! The Game (Demo)
 	WME_WINENTRY("zbang", "0.89",




More information about the Scummvm-git-logs mailing list