Remove possibly wrong comment about extracolormap_t->fog

This commit is contained in:
mazmazz 2018-09-14 22:35:08 -04:00
parent 07af82aa84
commit 2f995f4cbe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ typedef UINT8 lighttable_t;
typedef struct extracolormap_s typedef struct extracolormap_s
{ {
UINT8 fadestart, fadeend; UINT8 fadestart, fadeend;
UINT8 fog; // 1 = disable sprite fullbright, 2 = force planes fullbright, see public gitlab !268 UINT8 fog; // categorical value, not boolean
// store rgba values in combined bitwise // store rgba values in combined bitwise
// also used in OpenGL instead lighttables // also used in OpenGL instead lighttables