]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structure (at the beginning), updated...
[xonotic/darkplaces.git] / model_brush.h
index 24710e2ef98aee9fcc34069491b881dec6940b13..41d42c956eb0a970ccc36a85982138e73d2ae8ff 100644 (file)
@@ -170,6 +170,7 @@ typedef struct mleaf_s
 // leaf specific
 //     int                     visframe;               // visible if current (r_framecount)
 //     int                     worldnodeframe; // used by certain worldnode variants to avoid processing the same leaf twice in a frame
+       int                     portalmarkid;   // used by polygon-through-portals visibility checker
 
        // for bounding box culling
        vec3_t          mins;