diff options
author | Filippos Karapetis | 2010-10-30 11:07:44 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-10-30 11:07:44 +0000 |
commit | ef7cc2d5062346f8499b2c31291560ffaa5f9deb (patch) | |
tree | 85afde8cb33fcab603ede92f723981c5448ef852 /engines | |
parent | 71e08336c03a6f2f472dd0144e4744bf8797e9bd (diff) | |
download | scummvm-rg350-ef7cc2d5062346f8499b2c31291560ffaa5f9deb.tar.gz scummvm-rg350-ef7cc2d5062346f8499b2c31291560ffaa5f9deb.tar.bz2 scummvm-rg350-ef7cc2d5062346f8499b2c31291560ffaa5f9deb.zip |
SCI: Fixed detection of fan made script patches for LSL1
svn-id: r53940
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |