diff options
author | Matthew Hoops | 2009-02-27 22:14:18 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-02-27 22:14:18 +0000 |
commit | 9a89280527ad1b41843779b0a1763915de1e03cb (patch) | |
tree | eaff4d58677df14e9e92c6400a0247d73d81adf0 /engines/agi | |
parent | 59744522919d58de828754f92aebca11de0f0c55 (diff) | |
download | scummvm-rg350-9a89280527ad1b41843779b0a1763915de1e03cb.tar.gz scummvm-rg350-9a89280527ad1b41843779b0a1763915de1e03cb.tar.bz2 scummvm-rg350-9a89280527ad1b41843779b0a1763915de1e03cb.zip |
Add detection of another version of the Black Cauldron. (See bug #2628354).
svn-id: r38936
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 6f3f24db20..5136caf05f 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -192,6 +192,9 @@ static const AGIGameDescription gameDescriptions[] = { // Black Cauldron (PC 5.25") 2.10 11/10/88 [AGI 3.002.098] GAME3("bc", "2.10 1988-11-10 5.25\"", "bcdir", "0c5a9acbcc7e51127c34818e75806df6", 0x3149, GID_BC), + + // Black Cauldron (PC) 2.10 [AGI 3.002.097] + GAME3("bc", "2.10", "bcdir", "0de3953c9225009dc91e5b0d1692967b", 0x3149, GID_BC), // TODO // These aren't supposed to work now as they require unsupported agi engine 2.01 |