]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
Added r_cullentities_trace_expand and pad cvars, these configure additional ways...
[xonotic/darkplaces.git] / model_brush.h
index 3b1d61624f9228a08946f70eac6e4d45c5f3ddc0..9eae6abb9022ce2b19ef2907672da2067dd2be7f 100644 (file)
@@ -219,6 +219,7 @@ typedef struct mportal_s
        mvertex_t *points;
        vec3_t mins, maxs; // culling
        mplane_t plane;
+       double tracetime; // refreshed to realtime by traceline tests
 }
 mportal_t;