[Scummvm-git-logs] scummvm master -> c4629edd5df46cbca431c939fe3e03c0eb1d8215

tag2015 noreply at scummvm.org
Thu Feb 2 13:47:54 UTC 2023


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:
c4629edd5d WINTERMUTE: Add detection for newer 5 lethal demons


Commit: c4629edd5df46cbca431c939fe3e03c0eb1d8215
    https://github.com/scummvm/scummvm/commit/c4629edd5df46cbca431c939fe3e03c0eb1d8215
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-02-02T14:47:35+01:00

Commit Message:
WINTERMUTE: Add detection for newer 5 lethal demons

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ea4fb20b9bc..3137a57c00e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -246,6 +246,11 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("english.dcp", "7eab045218855c9c4454c7ada7d70ef4", 170340,
 					"data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::EN_ANY, ADGF_UNSTABLE, WME_1_6_1),
 
+	// Five Lethal Demons (English)
+	WME_WINENTRY("5ld", "",
+		WME_ENTRY2s("english.dcp", "c5b2feb8a2a013ed6f63a0b0ea130b04", 169700,
+					"data.dcp", "27f3c958390c96999e30e96b7295a1e8", 15407750), Common::EN_ANY, ADGF_UNSTABLE, WME_1_6_2),
+
 	// Five Lethal Demons (Polish)
 	WME_WINENTRY("5ld", "",
 		WME_ENTRY2s("polish.dcp", "726e279fe3c2dc81a9241408d3585c81", 173792,




More information about the Scummvm-git-logs mailing list