diff options
author | Matthew Hoops | 2010-08-02 15:17:18 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-08-02 15:17:18 +0000 |
commit | 8686be738b8c72824bec8b00d003b975965206b5 (patch) | |
tree | db40d11a00ca7ca5f76d6e681ea836af4d7f5205 /engines/sci | |
parent | c5959bb179201d3c4eda48968c57468a01664a4d (diff) | |
download | scummvm-rg350-8686be738b8c72824bec8b00d003b975965206b5.tar.gz scummvm-rg350-8686be738b8c72824bec8b00d003b975965206b5.tar.bz2 scummvm-rg350-8686be738b8c72824bec8b00d003b975965206b5.zip |
SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is not set
svn-id: r51624
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 3b59f96a63..0c642ffbde 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1825,6 +1825,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"ressci.000", 0, "32792f9bc1bf3633a88b382bb3f6e40d", 67071418}, AD_LISTEND}, Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NOSPEECH }, +#endif // Lighthouse - English Windows Demo (from jvprat) // Executable scanning reports "2.100.002", VERSION file reports "1.00" @@ -1834,6 +1835,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, +#ifdef ENABLE_SCI3_GAMES // Lighthouse - English Windows Demo // Executable scanning reports "3.000.000", VERSION file reports "1.00" {"lighthouse", "Demo", { |