mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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++)
|
for (i = 0; i < SKIN_RAMP_LENGTH; i++)
|
||||||
{
|
{
|
||||||
if (8*i/16 == 0)
|
if (8*i/16 == 0)
|
||||||
dest_colormap[starttranscolor + i] = 0x48; // Lightest
|
dest_colormap[starttranscolor + i] = 0x58; // Lightest
|
||||||
else if (8*i/16 == 7)
|
else if (8*i/16 == 7)
|
||||||
dest_colormap[starttranscolor + i] = 0x6D; // Darkest
|
dest_colormap[starttranscolor + i] = 0x6D; // Darkest
|
||||||
else if (8*i/16 >= 5)
|
else if (8*i/16 >= 5)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue