0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-11 04:22:32 +00:00

Fix typo.

This commit is contained in:
toasterbabe 2017-04-29 16:40:07 +01:00
parent d669a4e84a
commit 5180bff05b

View file

@ -382,7 +382,7 @@ static void LoadPalette(const char *lumpname)
else if (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.green = (UINT8)(working[0][1]);