[Scummvm-git-logs] scummvm master -> 8980a502d6e5f64c1125c1429654fc7005943f5b

bluegr noreply at scummvm.org
Mon Jul 22 14:02:40 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8980a502d6 WINTERMUTE: add german variant of darkfalls


Commit: 8980a502d6e5f64c1125c1429654fc7005943f5b
    https://github.com/scummvm/scummvm/commit/8980a502d6e5f64c1125c1429654fc7005943f5b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-22T17:02:37+03:00

Commit Message:
WINTERMUTE: add german variant of darkfalls

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7f9c988cc70..1b531b3cbfe 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -865,6 +865,10 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("actors.dcp", "170c7ade10edd7ff6d24b16f2eecd818", 453328582,
 					"stageplay.dcp", "ed67b4d6e35c19597241eb1d863aa315", 226453373), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_8_10),
 
+	WME_WINENTRY("darkfallls", "",
+		WME_ENTRY2s("actors.dcp", "17df9d381d49100d2bd79c5f3eefe53c", 454049405,
+					"stageplay.dcp", "037dcab0c7204a8c09f12aec4c4dd5e7", 198193043), Common::DE_DEU, ADGF_UNSTABLE | GF_3D, WME_1_8_10),
+
 	// Twilight: Dark Summer (Ario) (Persian)
 	WME_WINENTRY("darksummer", "",
 		WME_ENTRY1s("data.dcp", "da1142983240a5bb62c32f79a863eac5", 1030873185), Common::FA_IRN, ADGF_UNSTABLE | GF_3D, WME_1_9_3),




More information about the Scummvm-git-logs mailing list