From ef7cc2d5062346f8499b2c31291560ffaa5f9deb Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 30 Oct 2010 11:07:44 +0000 Subject: SCI: Fixed detection of fan made script patches for LSL1 svn-id: r53940 --- engines/sci/sci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 82542851ca..537a7a3697 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -374,7 +374,7 @@ bool SciEngine::gameHasFanMadePatch() { { GID_LAURABOW2, 994, 4382, 0, 0x00 }, { GID_LONGBOW, 994, 4950, 1455, 0x78 }, // English { GID_LONGBOW, 994, 5020, 1469, 0x78 }, // German - { GID_LSL1, 380, 7256, 0, 0x00 }, + { GID_LSL1, 803, 592, 342, 0x01 }, { GID_LSL3, 380, 6148, 195, 0x35 }, { GID_LSL5, 994, 4810, 1342, 0x78 }, // English { GID_LSL5, 994, 4942, 1392, 0x76 }, // German -- cgit v1.2.3