From 2f7ef3132defeac69f17a2741eb3eb8d07dfa355 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Wed, 7 Jan 2009 18:50:42 +0000 Subject: [PATCH] Add detection entry for King's Quest IV AGI (PC 5.25", 2.0) as provided by UsualNoise on ScummVM forums. svn-id: r35770 --- engines/agi/detection.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index f0f08f76f17..2bdab0b783d 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -320,6 +320,9 @@ static const AGIGameDescription gameDescriptions[] = { // King's Quest 4 (PC 5.25") 2.3 9/27/88 [AGI 3.002.086] GAME3("kq4", "2.3 1988-09-27", "kq4dir", "6d7714b8b61466a5f5981242b993498f", 0x3086, GID_KQ4), + // King's Quest 4 (PC 5.25") 2.0 (Information provided by UsualNoise on ScummVM forums). Not sure about the AGI version. + GAME3("kq4", "2.0", "kq4dir", "f50f7f997208ca0e35b2650baec43a2d", 0x3086, GID_KQ4), + // King's Quest 4 (IIgs) 1.0K 11/22/88 (CE) // Menus not tested GAME3_P("kq4", "1.0K 1988-11-22", "kq4dir", "8536859331159f15012e35dc82cb154e", 0x3086, GID_KQ4, Common::kPlatformApple2GS),