[Scummvm-git-logs] scummvm master -> 91f0f86e0748ffaf83115c02984b3e268e317d7b
AndywinXp
noreply at scummvm.org
Wed Jan 3 08:37:21 UTC 2024
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:
91f0f86e07 SWORD1: Add detection for SoldOut rerelease
Commit: 91f0f86e0748ffaf83115c02984b3e268e317d7b
https://github.com/scummvm/scummvm/commit/91f0f86e0748ffaf83115c02984b3e268e317d7b
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2024-01-03T09:37:17+01:00
Commit Message:
SWORD1: Add detection for SoldOut rerelease
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index f4db4531a17..a63a7238a89 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -164,6 +164,20 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ { // Bundled with ScummVM 0.8
+ // Reported by YetAnotherGuy via IRC
+ "sword1",
+ "SoldOut rerelease",
+ AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088292,
+ "clusters/swordres.rif", "5463362dc77b6efc36e46ac84998bd2f", 59788,
+ "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 3193159,
+ "video/intro.mp2", "c3e0ab75e8686c746899a9b6cecceac9", 8739102),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
More information about the Scummvm-git-logs
mailing list