mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
- fix for cherry picks.
This commit is contained in:
parent
56e88b33a8
commit
5c62e9776f
1 changed files with 3 additions and 3 deletions
|
@ -137,8 +137,8 @@ void scrLoadPalette(void)
|
||||||
x = bloodglblend;
|
x = bloodglblend;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
initfastcolorlookup_scale(30, 59, 11);
|
paletteInitClosestColorScale(30, 59, 11);
|
||||||
initfastcolorlookup_gridvectors();
|
paletteInitClosestColorGrid();
|
||||||
paletteloaded = 0;
|
paletteloaded = 0;
|
||||||
initprintf("Loading palettes\n");
|
initprintf("Loading palettes\n");
|
||||||
for (int i = 0; i < 5; i++)
|
for (int i = 0; i < 5; i++)
|
||||||
|
@ -161,7 +161,7 @@ void scrLoadPalette(void)
|
||||||
blendtable[0] = (char*)gSysRes.Lock(pTrans);
|
blendtable[0] = (char*)gSysRes.Lock(pTrans);
|
||||||
paletteloaded |= PALETTE_TRANSLUC;
|
paletteloaded |= PALETTE_TRANSLUC;
|
||||||
|
|
||||||
initfastcolorlookup_palette(palette);
|
paletteInitClosestColorMap(palette);
|
||||||
palettePostLoadTables();
|
palettePostLoadTables();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue