Fix random #endif in seg_t

This commit is contained in:
Sally Coolatta 2020-08-10 17:05:29 -04:00
parent 737f01fae0
commit 27f289ea6e

View file

@ -534,13 +534,13 @@ typedef struct seg_s
r_lightlist_t *rlights;
polyobj_t *polyseg;
boolean dontrenderme;
#endif
// Fake contrast calculated on level load
SINT8 lightOffset;
#ifdef HWRENDER
INT16 hwLightOffset;
#endif
boolean glseg;
} seg_t;