mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Cleanup.
svn-id: r41876
This commit is contained in:
parent
17a2f52ac6
commit
55cb0c6738
@ -283,8 +283,7 @@ void Screen_LoL::fadeClearSceneWindow(int delay) {
|
||||
return;
|
||||
|
||||
Palette tpal(getPalette(0).getNumColors());
|
||||
tpal.copy(getPalette(0));
|
||||
memset(tpal.getData(), 0, 384);
|
||||
tpal.copy(getPalette(0), 128);
|
||||
|
||||
loadSpecialColors(tpal.getData());
|
||||
fadePalette(tpal, delay);
|
||||
|
Loading…
x
Reference in New Issue
Block a user