[Scummvm-git-logs] scummvm master -> 4fd09d63691d2d32f6899bb094ac0d638b1e3893
Mataniko
mataniko at gmail.com
Sat Dec 29 22:05:34 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4fd09d6369 SCI: Add LSL7 Russian detection entries
Commit: 4fd09d63691d2d32f6899bb094ac0d638b1e3893
https://github.com/scummvm/scummvm/commit/4fd09d63691d2d32f6899bb094ac0d638b1e3893
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-12-29T16:05:25-05:00
Commit Message:
SCI: Add LSL7 Russian detection entries
Fixes #10638
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c530a85..6a65db2 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
More information about the Scummvm-git-logs
mailing list