mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 10:11:02 +00:00
Fix Peridot
This commit is contained in:
parent
5209787ebd
commit
079f02ca69
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ static void R_GenerateTranslationColormap(UINT8 *dest_colormap, INT32 skinnum, U
|
|||
for (i = 0; i < SKIN_RAMP_LENGTH; i++)
|
||||
{
|
||||
if (8*i/16 == 0)
|
||||
dest_colormap[starttranscolor + i] = 0x48; // Lightest
|
||||
dest_colormap[starttranscolor + i] = 0x58; // Lightest
|
||||
else if (8*i/16 == 7)
|
||||
dest_colormap[starttranscolor + i] = 0x6D; // Darkest
|
||||
else if (8*i/16 >= 5)
|
||||
|
|
Loading…
Reference in a new issue