diff options
author | Filippos Karapetis | 2011-09-26 05:38:18 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-09-26 05:38:18 +0300 |
commit | 3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d (patch) | |
tree | 82bc051ece93b9b8de218735018d733c5df00464 | |
parent | 2be8db90ee8b8f427c1e3483b79b187e67183eb6 (diff) | |
download | scummvm-rg350-3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d.tar.gz scummvm-rg350-3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d.tar.bz2 scummvm-rg350-3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d.zip |
AGI: Fixed the description of KQ2 Amiga (bug #3191496)
-rw-r--r-- | engines/agi/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
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), |