[Scummvm-git-logs] scummvm master -> 6f77cec1840bf7db2e4746ac415084a1fc35974d

aquadran noreply at scummvm.org
Sat Aug 1 04:12:04 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:
6f77cec184 WINTERMUTE: Added demo 'The Road to Santiago'


Commit: 6f77cec1840bf7db2e4746ac415084a1fc35974d
    https://github.com/scummvm/scummvm/commit/6f77cec1840bf7db2e4746ac415084a1fc35974d
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-08-01T06:11:52+02:00

Commit Message:
WINTERMUTE: Added demo 'The Road to Santiago'

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index c79f331d8bb..d9bf6eb1e6f 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4362,6 +4362,11 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("ritter", "Demo",
 		WME_ENTRY1s("data.dcp", "7fadb30dbe987528489f50bd85cc0c12", 99975952), Common::DE_DEU, ADGF_DEMO, WME_1_8_6),
 
+	// The Road to Santiago (English demo)
+	WME_WINENTRY("roadsantiago", "Demo",
+				 WME_ENTRY2s("data.dcp", "14107f414c1689759d917507aca11361", 144081093,
+							 "language.dcp", "a95b157c5654a4a06caa805f4e4fe5d4", 13042650), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+
 	// The Road to Santiago (English)
 	WME_WINENTRY("roadsantiago", "",
 		WME_ENTRY2s("data.dcp", "7501579c6a455c25cd0bbedef7c4d9eb", 64363410,




More information about the Scummvm-git-logs mailing list