[Scummvm-git-logs] scummvm master -> 3a77b785de9e2e10e898051ba4abc0ec8bc88b0a
sluicebox
noreply at scummvm.org
Sun May 11 22:59:31 UTC 2025
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:
3a77b785de SCI: Update SLATER Mac detection entry
Commit: 3a77b785de9e2e10e898051ba4abc0ec8bc88b0a
https://github.com/scummvm/scummvm/commit/3a77b785de9e2e10e898051ba4abc0ec8bc88b0a
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-05-11T15:58:02-07:00
Commit Message:
SCI: Update SLATER Mac detection entry
See: 521b5b7a2dbbb5a3664b5137a58105382d23522f
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c3e651e23cd..cde4d241339 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5608,8 +5608,8 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Slater & Charlie Go Camping - English Macintosh
{"slater", "", {
- {"Data1", 0, "7243b4390e5f0182d8133fbcae4b50c5", 2298853}, // FIXMEMD5
- {"Data2", 0, "6b6f18f9b502dc0923eeae0ef47f02d5", 2276956},
+ {"Data1", 0, "7243b4390e5f0182d8133fbcae4b50c5", 2298597},
+ {"Data2", 0, "6b6f18f9b502dc0923eeae0ef47f02d5", 2276700},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO1(GUIO_NONE) },
More information about the Scummvm-git-logs
mailing list