diff options
author | Eugene Sandulenko | 2009-01-08 00:24:19 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-01-08 00:24:19 +0000 |
commit | 7ec80cd96300c5f696016df3a7ea1e0a03ac1da7 (patch) | |
tree | 8863d5bc4672fb9e2f594c8aeaccfbf935f35e4f | |
parent | 900f328c8108929d9a76a1e28e3850e9783c735e (diff) | |
download | scummvm-rg350-7ec80cd96300c5f696016df3a7ea1e0a03ac1da7.tar.gz scummvm-rg350-7ec80cd96300c5f696016df3a7ea1e0a03ac1da7.tar.bz2 scummvm-rg350-7ec80cd96300c5f696016df3a7ea1e0a03ac1da7.zip |
Fix bug #2455850: "LSL: missing Polish MD5" and add Polish LSL1 demo along the way.
svn-id: r35782
-rw-r--r-- | engines/agi/detection.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 2bdab0b783..6d50d133a1 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -341,6 +341,12 @@ static const AGIGameDescription gameDescriptions[] = { // Leisure Suit Larry 1 (PC 5.25"/3.5") 1.00 6/1/87 [AGI 2.440] GAME("lsl1", "1.00 1987-06-01 5.25\"/3.5\"", "1fe764e66857e7f305a5f03ca3f4971d", 0x2440, GID_LSL1), + // Leisure Suit Larry 1 Polish + GAME_LPS("lsl1", "2.00 2001-12-11", "7ba1fccc46d27c141e704706c1d0a85f", 303, Common::PL_POL, 0x2440, GID_LSL1, Common::kPlatformPC), + + // Leisure Suit Larry 1 Polish - Demo + GAME_LPS("lsl1", "Demo", "3b2f564306c401dff6334441df967ddd", 666, Common::PL_POL, 0x2917, GID_LSL1, Common::kPlatformPC), + // Leisure Suit Larry 1 (ST) 1.04 6/18/87 GAME_P("lsl1", "1.04 1987-06-18", "8b579f8673fe9448c2538f5ed9887cf0", 0x2440, GID_LSL1, Common::kPlatformAtariST), |