mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Remove possibly wrong comment about extracolormap_t->fog
This commit is contained in:
parent
07af82aa84
commit
2f995f4cbe
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ typedef UINT8 lighttable_t;
|
|||
typedef struct extracolormap_s
|
||||
{
|
||||
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
|
||||
// also used in OpenGL instead lighttables
|
||||
|
|
Loading…
Reference in a new issue