Fix Peridot

This commit is contained in:
Sryder13 2015-07-25 14:10:52 +01:00
parent 5209787ebd
commit 079f02ca69
1 changed files with 1 additions and 1 deletions

View File

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