mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 01:31:30 +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…
Reference in a new issue