mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix typo.
This commit is contained in:
parent
d669a4e84a
commit
5180bff05b
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,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