Fix typo.

(cherry picked from commit 5180bff05b)
This commit is contained in:
toasterbabe 2017-04-29 16:40:07 +01:00 committed by James R
parent 2fb599661e
commit d688ef2c90

View file

@ -383,7 +383,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]);