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]);