[Scummvm-git-logs] scummvm master -> 19377036f7100195eb5722c2f88f5ef7ad6e1809
sluicebox
noreply at scummvm.org
Mon Oct 17 17:36:04 UTC 2022
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:
19377036f7 SCI: Add all ICEMAN 1.022 files to detection entry
Commit: 19377036f7100195eb5722c2f88f5ef7ad6e1809
https://github.com/scummvm/scummvm/commit/19377036f7100195eb5722c2f88f5ef7ad6e1809
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-10-17T12:35:15-05:00
Commit Message:
SCI: Add all ICEMAN 1.022 files to detection entry
Thanks to @OmerMor!
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 6504f5e1d22..6235ea601f0 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -351,7 +351,8 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"resource.005", 0, "1f2f79e399098859c73e49ac6a3545d8", 330657},
{"resource.006", 0, "08050329aa113a9f14ed99cbfe3536ec", 232942},
{"resource.007", 0, "64f342463f6f35ba71b3509ef696ae3f", 267811},
- // MISSING: resource.008, resource.009
+ {"resource.008", 0, "4e5c20d6942d97db9501a2110bb0d7db", 327461},
+ {"resource.009", 0, "27f3027aa41bdb0deff031ad0cc56f21", 324093},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
More information about the Scummvm-git-logs
mailing list