From c01b5fe619d8d2fc754e8aa790df1f9f999740af Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 8 Jan 2017 23:24:34 -0600 Subject: SCI32: Mark non-interactive Lighthouse demo as non-interactive --- engines/sci/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- cgit v1.2.3