mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
Fixed graphics glitches when replaying intro.
svn-id: r36193
This commit is contained in:
parent
9df7f7385c
commit
2221650879
@ -121,6 +121,10 @@ void LoLEngine::showIntro() {
|
||||
memset(pal, 0, 768);
|
||||
_screen->setScreenPalette(pal);
|
||||
|
||||
_screen->clearPage(0);
|
||||
_screen->clearPage(4);
|
||||
_screen->clearPage(8);
|
||||
|
||||
TIM *intro = _tim->load("LOLINTRO.TIM", &_timIntroOpcodes);
|
||||
|
||||
_screen->loadFont(Screen::FID_8_FNT, "NEW8P.FNT");
|
||||
|
Loading…
x
Reference in New Issue
Block a user