aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-01-08 23:24:34 -0600
committerColin Snover2017-01-09 19:34:54 -0600
commitc01b5fe619d8d2fc754e8aa790df1f9f999740af (patch)
tree61b108d65fa0abeb29af5dc90389079f7c215169
parentc8b05f03ad31176ce8b6429c5d069f6800f29001 (diff)
downloadscummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.tar.gz
scummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.tar.bz2
scummvm-rg350-c01b5fe619d8d2fc754e8aa790df1f9f999740af.zip
SCI32: Mark non-interactive Lighthouse demo as non-interactive
-rw-r--r--engines/sci/detection_tables.h2
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},