mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
Fix random #endif in seg_t
This commit is contained in:
parent
737f01fae0
commit
27f289ea6e
1 changed files with 1 additions and 1 deletions
|
|
@ -534,13 +534,13 @@ typedef struct seg_s
|
||||||
r_lightlist_t *rlights;
|
r_lightlist_t *rlights;
|
||||||
polyobj_t *polyseg;
|
polyobj_t *polyseg;
|
||||||
boolean dontrenderme;
|
boolean dontrenderme;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Fake contrast calculated on level load
|
// Fake contrast calculated on level load
|
||||||
SINT8 lightOffset;
|
SINT8 lightOffset;
|
||||||
#ifdef HWRENDER
|
#ifdef HWRENDER
|
||||||
INT16 hwLightOffset;
|
INT16 hwLightOffset;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
boolean glseg;
|
boolean glseg;
|
||||||
} seg_t;
|
} seg_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue