[Scummvm-git-logs] scummvm master -> 9371e5542e299a0e04b93d302ea361ae2de9793d

aquadran noreply at scummvm.org
Sat Oct 4 12:41:31 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:
9371e5542e WINTERMUTE: Mark 'Pigeons in the Park' as supported


Commit: 9371e5542e299a0e04b93d302ea361ae2de9793d
    https://github.com/scummvm/scummvm/commit/9371e5542e299a0e04b93d302ea361ae2de9793d
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-10-04T14:41:26+02:00

Commit Message:
WINTERMUTE: Mark 'Pigeons in the Park' as supported

Changed paths:
    NEWS.md
    engines/wintermute/detection_tables.h


diff --git a/NEWS.md b/NEWS.md
index 44c23a00297..e13ef8c6f67 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -45,6 +45,7 @@ For a more comprehensive changelog of the latest experimental code, see:
      The Kite
      Lov Mamuta
      Mental Repairs Inc
+     Pigeons in the Park
      Reversion - The Escape
      Reversion - The Meeting
      Reversion - The Return
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index c76eb2b7d30..31beb3242bf 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1967,7 +1967,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Pigeons in the Park
 	WME_WINENTRY("pigeons", "",
-		WME_ENTRY1s("data.dcp", "9143a5b6ff8206aefe3c4c643add3ec7", 2611100), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_1),
+		WME_ENTRY1s("data.dcp", "9143a5b6ff8206aefe3c4c643add3ec7", 2611100), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_1),
 
 	// Pizza Morgana (Demo)
 	WME_WINENTRY("pizzamorgana", "Demo",




More information about the Scummvm-git-logs mailing list