mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
parent
2fb599661e
commit
d688ef2c90
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ static void LoadPalette(const char *lumpname)
|
||||||
else if (working[0][q] < 0.0)
|
else if (working[0][q] < 0.0)
|
||||||
working[0][q] = 0.0;
|
working[0][q] = 0.0;
|
||||||
}
|
}
|
||||||
#undef dowork
|
#undef dolerp
|
||||||
|
|
||||||
pLocalPalette[i].s.red = (UINT8)(working[0][0]);
|
pLocalPalette[i].s.red = (UINT8)(working[0][0]);
|
||||||
pLocalPalette[i].s.green = (UINT8)(working[0][1]);
|
pLocalPalette[i].s.green = (UINT8)(working[0][1]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue