mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
Minor tweaks
# Conflicts: # source/blood/src/m32common.cpp # source/blood/src/mapedit.cpp
This commit is contained in:
parent
db5c628b34
commit
140174d1ee
3 changed files with 9 additions and 1 deletions
|
@ -389,7 +389,7 @@ void palettePostLoadTables(void)
|
|||
for (size_t i = 0; i<16; i++)
|
||||
{
|
||||
palette_t *edcol = (palette_t *) &vgapal16[4*i];
|
||||
editorcolors[i] = getclosestcol_lim(edcol->b, edcol->g, edcol->r, 239);
|
||||
editorcolors[i] = getclosestcol_lim(edcol->b, edcol->g, edcol->r, bloodhack ? 254 : 239);
|
||||
}
|
||||
|
||||
// Bmemset(PaletteIndexFullbrights, 0, sizeof(PaletteIndexFullbrights));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue