diff options
author | Colin Snover | 2017-05-02 20:25:25 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-02 20:35:07 -0500 |
commit | ffdfa317f1ee880c93aa0637c1365bb7076cccbc (patch) | |
tree | c8a01c499fa50b2b86c4ffc1bc54b8affdb90f87 /engines | |
parent | e4ab357d14a892d6b61d3bd108fd571a077889ca (diff) | |
download | scummvm-rg350-ffdfa317f1ee880c93aa0637c1365bb7076cccbc.tar.gz scummvm-rg350-ffdfa317f1ee880c93aa0637c1365bb7076cccbc.tar.bz2 scummvm-rg350-ffdfa317f1ee880c93aa0637c1365bb7076cccbc.zip |
SCI32: Add detection entry for French Shivers
Fixes Trac#9742.
Diffstat (limited to 'engines')
-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 6ea7079848..31efac9252 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3992,6 +3992,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING, GUIO_SHIVERS }, + // Shivers - French Windows (from legluondunet in bug report Trac#9742) + {"shivers", "", { + {"resmap.000", 0, "73bee036dc8ece0d03f637eb340ea428", 46543}, + {"ressci.000", 0, "8d45ebb1e5a13468d10e676b8dbce682", 262161072}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformWindows, ADGF_TESTING, GUIO_SHIVERS }, + // Shivers - English Windows Non-interactive Demo // Executable scanning reports "2.100.002" {"shivers", "Non-interactive Demo", { |