mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove possibly wrong comment about extracolormap_t->fog
This commit is contained in:
parent
3dc4a1d7da
commit
d19eefdcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue