[Scummvm-git-logs] scummvm master -> 7c4d175e015a3a361fc421fab51a52bd57666073
sev-
noreply at scummvm.org
Mon Feb 6 19:33:14 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:
7c4d175e01 SWORD1: Fix Italian Steam sword1 detection entry
Commit: 7c4d175e015a3a361fc421fab51a52bd57666073
https://github.com/scummvm/scummvm/commit/7c4d175e015a3a361fc421fab51a52bd57666073
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-06T20:33:02+01:00
Commit Message:
SWORD1: Fix Italian Steam sword1 detection entry
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index b29f17951b4..cfece70d505 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -284,9 +284,9 @@ static const ADGameDescription gameDescriptions[] = {
{
"sword1",
"Steam",
- AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088232,
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088372,
"swordres.rif", "239bdd76c405bad0f804a8ae5df4adb0", 59788,
- "text.clu", "76f93f5feecc8915435105478f3c6615", 3193923,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 3188725,
"smackshi/intro.smk", "939643be076c73068f47ce0fd6c27183", 13305080),
Common::IT_ITA,
Common::kPlatformWindows,
More information about the Scummvm-git-logs
mailing list