aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/detection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index f0f08f76f1..2bdab0b783 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),