[Scummvm-git-logs] scummvm master -> 5efa0fc3a0bef52b1cfc5f9b2c5f8ada9eee11c5
aquadran
noreply at scummvm.org
Sat Oct 4 12:55:06 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:
5efa0fc3a0 WINTERMUTE: Mark 'Hor' as supported
Commit: 5efa0fc3a0bef52b1cfc5f9b2c5f8ada9eee11c5
https://github.com/scummvm/scummvm/commit/5efa0fc3a0bef52b1cfc5f9b2c5f8ada9eee11c5
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-10-04T14:55:01+02:00
Commit Message:
WINTERMUTE: Mark 'Hor' as supported
Changed paths:
NEWS.md
engines/wintermute/detection_tables.h
diff --git a/NEWS.md b/NEWS.md
index e13ef8c6f67..b5b99d555e2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -42,6 +42,7 @@ For a more comprehensive changelog of the latest experimental code, see:
Five Lethal Demons
Hamlet
Helga Deep In Trouble
+ Hor
The Kite
Lov Mamuta
Mental Repairs Inc
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 31beb3242bf..1c32ed700e7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1526,11 +1526,11 @@ static const WMEGameDescription gameDescriptions[] = {
// Hor v1.0
WME_WINENTRY("hor", "1.0",
- WME_ENTRY1s("data.dcp", "ae94007f25a21143c028c1b7807dd907", 15077486), Common::UNK_LANG, ADGF_UNSTABLE, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "ae94007f25a21143c028c1b7807dd907", 15077486), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_9_3),
// Hor v1.3
WME_WINENTRY("hor", "1.3",
- WME_ENTRY1s("data.dcp", "37b0abeb8651b82b9e6327bd10a18185", 15077486), Common::UNK_LANG, ADGF_UNSTABLE, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "37b0abeb8651b82b9e6327bd10a18185", 15077486), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_9_3),
// The Idiot's Tale (Steam, April 2018)
WME_WINENTRY("idiotstale", "1.0.2",
More information about the Scummvm-git-logs
mailing list