diff options
author | Colin Snover | 2017-08-05 12:14:35 -0500 |
---|---|---|
committer | Colin Snover | 2017-09-19 19:54:29 -0500 |
commit | d36d01b82cdf88e40c62851170f06e526d36f352 (patch) | |
tree | 4901eca7a434058c1896aeb42c7fccb1d8e0afc7 /engines | |
parent | d9ad1a3ce500f821d4c136d7f32b570e52b74936 (diff) | |
download | scummvm-rg350-d36d01b82cdf88e40c62851170f06e526d36f352.tar.gz scummvm-rg350-d36d01b82cdf88e40c62851170f06e526d36f352.tar.bz2 scummvm-rg350-d36d01b82cdf88e40c62851170f06e526d36f352.zip |
SCI32: Add Lighthouse Glider demo to detection table
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
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", "", { |