diff options
author | Colin Snover | 2017-01-08 23:24:34 -0600 |
---|---|---|
committer | Colin Snover | 2017-01-09 19:34:54 -0600 |
commit | c01b5fe619d8d2fc754e8aa790df1f9f999740af (patch) | |
tree | 61b108d65fa0abeb29af5dc90389079f7c215169 /engines/sci | |
parent | c8b05f03ad31176ce8b6429c5d069f6800f29001 (diff) | |
download | scummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.tar.gz scummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.tar.bz2 scummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.zip |
SCI32: Mark non-interactive Lighthouse demo as non-interactive
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 98dab7b176..7392004882 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2684,7 +2684,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { // Lighthouse - English Windows Demo (from jvprat) // Executable scanning reports "2.100.002", VERSION file reports "1.00" - {"lighthouse", "Demo", { + {"lighthouse", "Non-interactive Demo", { {"resource.map", 0, "543124606352bfa5e07696ddf2a669be", 64}, {"resource.000", 0, "5d7714416b612463d750fb9c5690c859", 28952}, AD_LISTEND}, |