[Scummvm-git-logs] scummvm branch-3-0 -> b5ffe79a4c2bd20b0eb2371ff53576a7484dec9e
criezy
noreply at scummvm.org
Fri Jan 16 01:06:28 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:
b5ffe79a4c SWORD2: Add detection for alternate 2-CD Polish version
Commit: b5ffe79a4c2bd20b0eb2371ff53576a7484dec9e
https://github.com/scummvm/scummvm/commit/b5ffe79a4c2bd20b0eb2371ff53576a7484dec9e
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-01-15T23:18:09Z
Commit Message:
SWORD2: Add detection for alternate 2-CD Polish version
>From bug report #16449
Changed paths:
engines/sword2/detection_tables.h
diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 8fdfe93b4dd..d0adac1aa7e 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -295,6 +295,18 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ { // Alternate version (2 CD). Bugreport #16449
+ "sword2",
+ "English speech/alternate version",
+ AD_ENTRY3s("general.clu", "11e824864a75195652610e8b397382a6", 8030769,
+ "text.clu", "77fb6f58acad0f9c4eebeb5527b32861", 410707,
+ "docks.clu", "b39246fbb5b955a29f9a207c69bfc318", 20262263),
+ Common::PL_POL,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword2",
"English speech",
More information about the Scummvm-git-logs
mailing list