diff options
author | David Symonds | 2007-01-07 12:33:38 +0000 |
---|---|---|
committer | David Symonds | 2007-01-07 12:33:38 +0000 |
commit | 70f323e0911cc21a6c6a5e3e1c4c2180e618b88a (patch) | |
tree | f848e1a6dabd566be0eeba3bd1fe4426dac1e3dd /engines/agi | |
parent | 05ab06ca3d14eba4cfdac400b874ac3e41e43871 (diff) | |
download | scummvm-rg350-70f323e0911cc21a6c6a5e3e1c4c2180e618b88a.tar.gz scummvm-rg350-70f323e0911cc21a6c6a5e3e1c4c2180e618b88a.tar.bz2 scummvm-rg350-70f323e0911cc21a6c6a5e3e1c4c2180e618b88a.zip |
Add KQ2 2.1 (PC version) to AGI detection list.
svn-id: r25045
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 37f9205316..31bbb8c9b1 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -351,6 +351,21 @@ static const AGIGameDescription gameDescriptions[] = { { + // King's Quest 2 (PC) 2.1 [AGI 2.411]; entry from DAGII, but missing from Sarien? + { + "agi", + "King's Quest 2 (IBM) 2.1", + AD_ENTRY1("logdir", "759e39f891a0e1d86dd29d7de485c6ac"), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2440, // XXX: any major differences from 2.411 to 2.440? + }, + + + { // Sarien Name == King's Quest 2 (PC 5.25"/3.5") 2.2 [AGI 2.426] { "agi", |