[Scummvm-git-logs] scummvm master -> 641116d9954c40da7bb7d4c9471389c8bd9a6440
bluegr
bluegr at gmail.com
Fri Apr 2 21:13:11 UTC 2021
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:
641116d995 SCI: Add another version of PQ:SWAT - bug #12264
Commit: 641116d9954c40da7bb7d4c9471389c8bd9a6440
https://github.com/scummvm/scummvm/commit/641116d9954c40da7bb7d4c9471389c8bd9a6440
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2021-04-03T00:11:16+03:00
Commit Message:
SCI: Add another version of PQ:SWAT - bug #12264
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 98fb392f00..bddc2c467c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4177,6 +4177,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
+ // Police Quest: SWAT - English DOS
+ // Reported by canuckflicks in bug #12264
+ {"pqswat", "", {
+ {"resmap.000", 0, "9eec3ad5ccf1f649b9aa859c88b44c46", 12217},
+ {"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 121085460},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
+
// Police Quest: SWAT - English Windows (from the Police Quest Collection)
// Executable scanning reports "2.100.002", VERSION file reports "1.0c"
// Original DOS/Windows release VERSION file reports "1.000" is the same
More information about the Scummvm-git-logs
mailing list