From 3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 26 Sep 2011 05:38:18 +0300 Subject: AGI: Fixed the description of KQ2 Amiga (bug #3191496) --- engines/agi/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agi/detection_tables.h') diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h index a6fb0c9aee..f0cd422ed6 100644 --- a/engines/agi/detection_tables.h +++ b/engines/agi/detection_tables.h @@ -299,8 +299,8 @@ static const AGIGameDescription gameDescriptions[] = { // King's Quest 2 (IIgs) 2.0A 6/16/88 (CE) GAME_P("kq2", "2.0A 1988-06-16 (CE)", "5203c8b95250a2ecfee93ddb99414753", 0x2917, GID_KQ2, Common::kPlatformApple2GS), - // King's Quest 2 (Amiga) 2.0J (Broken) - GAME_P("kq2", "2.0J 1987-01-29 [OBJECT decrypted]", "b866f0fab2fad91433a637a828cfa410", 0x2440, GID_KQ2, Common::kPlatformAmiga), + // King's Quest 2 (Amiga) 2.0J + GAME_P("kq2", "2.0J 1987-01-29", "b866f0fab2fad91433a637a828cfa410", 0x2440, GID_KQ2, Common::kPlatformAmiga), // King's Quest 2 (Mac) 2.0R GAME_P("kq2", "2.0R 1988-03-23", "cbdb0083317c8e7cfb7ac35da4bc7fdc", 0x2440, GID_KQ2, Common::kPlatformMacintosh), -- cgit v1.2.3