[Scummvm-cvs-logs] scummvm master -> 3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d

bluegr md5 at scummvm.org
Mon Sep 26 04:44:24 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3eb8c9f123 AGI: Fixed the description of KQ2 Amiga (bug #3191496)


Commit: 3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d
    https://github.com/scummvm/scummvm/commit/3eb8c9f1237d01421bc9b30c3eb3aa1ce683132d
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-25T19:38:18-07:00

Commit Message:
AGI: Fixed the description of KQ2 Amiga (bug #3191496)

Changed paths:
    engines/agi/detection_tables.h



diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index a6fb0c9..f0cd422 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),






More information about the Scummvm-git-logs mailing list