aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/lol.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 0cd3e14469..24f8aae5a1 100644
--- a/engines/kyra/lol.cpp
+++ b/engines/kyra/lol.cpp
@@ -433,6 +433,7 @@ Common::Error LoLEngine::init() {
}
Common::Error LoLEngine::go() {
+#ifdef ENABLE_LOL
setupPrologueData(true);
if (!saveFileLoadable(0))
@@ -519,7 +520,7 @@ Common::Error LoLEngine::go() {
_tim = 0;
// TODO: outro
-
+#endif
return Common::kNoError;
}