diff options
Diffstat (limited to 'engines/lure/intro.cpp')
-rw-r--r-- | engines/lure/intro.cpp | 2 |
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); |