aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/intro.cpp')
-rw-r--r--engines/lure/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/intro.cpp b/engines/lure/intro.cpp
index a4676984c6..c2b84001fc 100644
--- a/engines/lure/intro.cpp
+++ b/engines/lure/intro.cpp
@@ -61,7 +61,7 @@ bool Introduction::showScreen(uint16 screenId, uint16 paletteId, uint16 delaySiz
Palette p(paletteId);
if (LureEngine::getReference().shouldQuit()) return true;
-
+
if (isEGA) screen.setPalette(&p);
else screen.paletteFadeIn(&p);