[Scummvm-git-logs] scummvm branch-2-7 -> 79b0a7f0eb100c33205ba4c7b4e11ae362e9cb43

sev- noreply at scummvm.org
Sat Mar 4 22:44:36 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:
79b0a7f0eb SWORD1: Fixed checksums for Polish version with DXA


Commit: 79b0a7f0eb100c33205ba4c7b4e11ae362e9cb43
    https://github.com/scummvm/scummvm/commit/79b0a7f0eb100c33205ba4c7b4e11ae362e9cb43
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-04T23:44:28+01:00

Commit Message:
SWORD1: Fixed checksums for Polish version with DXA

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index ca4a6863287..d0889db24f0 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -336,9 +336,9 @@ static const ADGameDescription gameDescriptions[] = {
 	{
 		"sword1",
 		"English speech and DXA cutscenes",
-		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087240,
-				   "clusters/swordres.rif", "88c0793a4fa908083b00f6677c545f78", 58916,
-				   "clusters/text.clu",     "7d9e47533fde5333dc310bfd73eaeb5c", 2666944,
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1088292,
+				   "clusters/swordres.rif", "04a41fc5783d18a8958d41aa9a3823af", 59788,
+				   "clusters/text.clu",     "b9e7b3e342569be68738e4681f2adeff", 3164267,
 				   "intro.dxa",             nullptr, -1),
 		Common::PL_POL,
 		Common::kPlatformWindows,




More information about the Scummvm-git-logs mailing list