From 7ec80cd96300c5f696016df3a7ea1e0a03ac1da7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 8 Jan 2009 00:24:19 +0000 Subject: Fix bug #2455850: "LSL: missing Polish MD5" and add Polish LSL1 demo along the way. svn-id: r35782 --- engines/agi/detection.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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), -- cgit v1.2.3