[Scummvm-git-logs] scummvm master -> 61e9a5a21b8052281fb1ddca2db68b2afb7ae26d
lephilousophe
noreply at scummvm.org
Tue Feb 25 12:30:31 UTC 2025
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:
61e9a5a21b SWORD1: Fix GOG + DE translation detection entry
Commit: 61e9a5a21b8052281fb1ddca2db68b2afb7ae26d
https://github.com/scummvm/scummvm/commit/61e9a5a21b8052281fb1ddca2db68b2afb7ae26d
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-02-25T13:30:19+01:00
Commit Message:
SWORD1: Fix GOG + DE translation detection entry
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index ebe4dcf5f6b..362cf32425c 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -283,12 +283,12 @@ static const ADGameDescription gameDescriptions[] = {
GUIO2(GAMEOPTION_WINDOWS_AUDIO_MODE, GAMEOPTION_MULTILANGUAGE)
},
- { // GOG.com version + german translation
+ { // GOG.com version + german translation from tickets #14592, #14642, #15763
"sword1",
"GOG.com",
- AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087240,
+ AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088292,
"clusters/swordres.rif", "5463362dc77b6efc36e46ac84998bd2f", 59788,
- "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
+ "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 3193159,
"video/intro.dxa", "e27cd33593c08b66e8d20fbc40938789", 7397543),
Common::DE_DEU,
Common::kPlatformWindows,
More information about the Scummvm-git-logs
mailing list