[Scummvm-git-logs] scummvm master -> b5debf6002dbf13112d9b28f47efa831caec8761
antoniou79
noreply at scummvm.org
Thu Jan 15 19:38:51 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:
b5debf6002 SWORD2: Add detection for alternate 2-CD Polish version
Commit: b5debf6002dbf13112d9b28f47efa831caec8761
https://github.com/scummvm/scummvm/commit/b5debf6002dbf13112d9b28f47efa831caec8761
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-01-15T21:38:26+02:00
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