diff options
author | Matan Bareket | 2018-12-29 16:05:25 -0500 |
---|---|---|
committer | Matan Bareket | 2018-12-29 16:05:25 -0500 |
commit | 4fd09d63691d2d32f6899bb094ac0d638b1e3893 (patch) | |
tree | 2499d249e1bca3d7bdc427f2d5d4780f42951c6d /engines/sci | |
parent | 54ab74da2dc66541c936694200a2d9a6934186e4 (diff) | |
download | scummvm-rg350-4fd09d63691d2d32f6899bb094ac0d638b1e3893.tar.gz scummvm-rg350-4fd09d63691d2d32f6899bb094ac0d638b1e3893.tar.bz2 scummvm-rg350-4fd09d63691d2d32f6899bb094ac0d638b1e3893.zip |
SCI: Add LSL7 Russian detection entries
Fixes #10638
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c530a85696..6a65db262a 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2801,6 +2801,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 }, + // Larry 7 - Russian DOS CD (from StalinEXE bug report #10638) + {"lsl7", "", { + {"resmap.000", 0, "39cc96426409572e825a5d9a4e9507b9", 8188}, + {"ressci.000", 0, "07002ad7b1cff28c6701eea201dcf6c8", 145215917}, + AD_LISTEND}, + Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 }, + #undef GUIO_LSL7_DEMO #undef GUIO_LSL7 |