From 478f66f3d7f95a80b5ffccc5ead50cb42cb01e23 Mon Sep 17 00:00:00 2001 From: aviloria Date: Mon, 2 Dec 2019 17:54:45 +0100 Subject: WINTERMUTE: Fix ritter demo MD5 hash The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes)--- engines/wintermute/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 6be4cec633..23adabf3c5 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -2601,7 +2601,7 @@ static const WMEGameDescription gameDescriptions[] = { // 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (German demo) WME_WINENTRY("ritter", "Demo", - WME_ENTRY1s("data.dcp", "408474b813553978880cf4f36cc38793", 99975952), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6), + WME_ENTRY1s("data.dcp", "7fadb30dbe987528489f50bd85cc0c12", 99975952), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6), // Satan and Sons (Demo) WME_WINENTRY("satanandsons", "Demo", -- cgit v1.2.3