From d36d01b82cdf88e40c62851170f06e526d36f352 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 5 Aug 2017 12:14:35 -0500 Subject: SCI32: Add Lighthouse Glider demo to detection table --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b57ce970d5..445f999dee 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2803,6 +2803,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_TESTING, GUIO_LIGHTHOUSE_DEMO }, + // Lighthouse - English Windows Glider Demo + // Executable scanning reports "3.000.000" + {"lighthouse", "Glider Demo", { + {"resmap.000", 0, "fca5bec5f778fc3f86d3176dc4ae6e54", 346}, + {"ressci.000", 0, "896e81b6d70940c3b0696ef51cee51bc", 3300500}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_TESTING, GUIO_LIGHTHOUSE_DEMO }, + // Lighthouse - English DOS (from jvprat) // Executable scanning reports "3.000.000", VERSION file reports "1.1" {"lighthouse", "", { -- cgit v1.2.3