diff options
-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 |