mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Merge branch 'colormap-overhaul' into colormap-overhaul-change-ldef
This commit is contained in:
commit
5f2df0f453
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