From ffdfa317f1ee880c93aa0637c1365bb7076cccbc Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 2 May 2017 20:25:25 -0500 Subject: SCI32: Add detection entry for French Shivers Fixes Trac#9742. --- engines/sci/detection_tables.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines') 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", { -- cgit v1.2.3