diff options
author | Filippos Karapetis | 2009-03-30 08:37:49 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-30 08:37:49 +0000 |
commit | bfeded3b98ba4c5cc5f0b4b71a49c62c11bc67fb (patch) | |
tree | 116e0382f53379f3ee30e871e002c873e3280cd8 /engines/sci | |
parent | 6460511603b2c780ec8fbf5f46418f503254578b (diff) | |
download | scummvm-rg350-bfeded3b98ba4c5cc5f0b4b71a49c62c11bc67fb.tar.gz scummvm-rg350-bfeded3b98ba4c5cc5f0b4b71a49c62c11bc67fb.tar.bz2 scummvm-rg350-bfeded3b98ba4c5cc5f0b4b71a49c62c11bc67fb.zip |
Changed the SCI version of the French version of LSL3 to match the other ones. Hopefully, this fixes the crash described in bug #2719017
svn-id: r39754
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 3ea5ab6aa9..c870d3ee90 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1260,7 +1260,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::FR_FRA, Common::kPlatformPC, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(0, 001, 123) // got S.old.123 by executable scan + SCI_VERSION(0, 000, 572) // got S.old.123 by executable scan }, // Larry 5 - English Amiga |