diff options
author | Colin Snover | 2017-08-05 12:14:04 -0500 |
---|---|---|
committer | Colin Snover | 2017-09-19 19:54:29 -0500 |
commit | d9ad1a3ce500f821d4c136d7f32b570e52b74936 (patch) | |
tree | 2a09a1e069a8e8500c02ddc41e10d2881ec4ebb8 | |
parent | b0b1e89abe0d4f02245fcbd779275399e06a8965 (diff) | |
download | scummvm-rg350-d9ad1a3ce500f821d4c136d7f32b570e52b74936.tar.gz scummvm-rg350-d9ad1a3ce500f821d4c136d7f32b570e52b74936.tar.bz2 scummvm-rg350-d9ad1a3ce500f821d4c136d7f32b570e52b74936.zip |
SCI32: Promote Lighthouse demos to ADGF_TESTING
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index cf92dcba3d..b57ce970d5 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2793,7 +2793,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "543124606352bfa5e07696ddf2a669be", 64}, {"resource.000", 0, "5d7714416b612463d750fb9c5690c859", 28952}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSTABLE, GUIO_LIGHTHOUSE_DEMO }, + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_TESTING, GUIO_LIGHTHOUSE_DEMO }, // Lighthouse - English Windows Demo // Executable scanning reports "3.000.000", VERSION file reports "1.00" @@ -2801,7 +2801,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.000", 0, "3bdee7a16926975a4729f75cf6b80a92", 1525}, {"ressci.000", 0, "3c585827fa4a82f4c04a56a0bc52ccee", 11494351}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSTABLE, GUIO_LIGHTHOUSE }, + 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" |