aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-03-04 00:45:34 +0000
committerJohannes Schickel2009-03-04 00:45:34 +0000
commit3a35b5b5f25a6ff5d20be5374bdb505f51ee3a43 (patch)
treeae511ea53e96b3ce3a50f2cec645739c5ba04f89 /engines/kyra/kyra_hof.cpp
parentbc3702dcdb57814da4460469722c258ca10e6327 (diff)
downloadscummvm-rg350-3a35b5b5f25a6ff5d20be5374bdb505f51ee3a43.tar.gz
scummvm-rg350-3a35b5b5f25a6ff5d20be5374bdb505f51ee3a43.tar.bz2
scummvm-rg350-3a35b5b5f25a6ff5d20be5374bdb505f51ee3a43.zip
- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE_LOL define)
- Change default build system to support LoL as a subengine of KYRA. LoL is currently disabled by default. (- Minor enum name fixes for Lands of Lore code.) svn-id: r39099
Diffstat (limited to 'engines/kyra/kyra_hof.cpp')
-rw-r--r--engines/kyra/kyra_hof.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp
index 83fa59a9d1..c040f3ab3d 100644
--- a/engines/kyra/kyra_hof.cpp
+++ b/engines/kyra/kyra_hof.cpp
@@ -283,9 +283,11 @@ Common::Error KyraEngine_HoF::go() {
seq_showStarcraftLogo();
if (_flags.isDemo && !_flags.isTalkie) {
+#ifdef ENABLE_LOL
if (_flags.gameID == GI_LOL)
seq_playSequences(kSequenceLolDemoScene1, kSequenceLolDemoScene6);
else
+#endif // ENABLE_LOL
seq_playSequences(kSequenceDemoVirgin, kSequenceDemoFisher);
_menuChoice = 4;
} else {