From 65b9e1784dff7237ec77b7391b26631b0d9b3d6e Mon Sep 17 00:00:00 2001 From: Lars Skovlund Date: Sun, 27 Feb 2011 14:41:15 +0100 Subject: SCI: Detect the version of PQ SWAT from gog.com --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c1c13a0894..da3e04cbbf 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2628,6 +2628,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, + // Police Quest: SWAT - English DOS (from GOG.com) + // Executable scanning reports "2.100.002", VERSION file reports "1.0c" + {"pqswat", "", { + {"resmap.000", 0, "1c2563fee189885e29d9348f37306d94", 12175}, + {"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 127149181}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // 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 -- cgit v1.2.3