mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is not set
svn-id: r51624
This commit is contained in:
parent
c5959bb179
commit
8686be738b
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user