svn-id: r41876
This commit is contained in:
Johannes Schickel 2009-06-25 19:52:49 +00:00
parent 17a2f52ac6
commit 55cb0c6738

View File

@ -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);