From 05ab06ca3d14eba4cfdac400b874ac3e41e43871 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sun, 7 Jan 2007 12:18:44 +0000 Subject: Add a PQ1 (2.0G) detection entry. svn-id: r25044 --- engines/agi/detection.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index d0644b70d4..37f9205316 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -620,6 +620,21 @@ static const AGIGameDescription gameDescriptions[] = { }, + { + // Police Quest 1 (PC) 2.0G 12/3/87; entry from DAGII, but missing from Sarien? + { + "agi", + "Police Quest 1 (IBM) 2.0G 12/03/87", // not sure about disk format -- dsymonds + AD_ENTRY1("logdir", "d194e5d88363095f55d5096b8e32fbbb"), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2917, + }, + + { // Sarien Name == Space Quest 1 (PC) 1.0X [AGI 2.089] { -- cgit v1.2.3