]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
got rid of leafnums array in edict structure for pvs checking, pvs is now checked...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 699d84b7f2322ac9ace7cb9178ce0ac169f749dc..a77faafe8f0a60aa4cc506ce3ebb79dcfa1923c1 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -43,9 +43,6 @@ typedef struct edict_s
        qboolean        free;
        link_t          area;
 
        qboolean        free;
        link_t          area;
 
-       int                     num_leafs;
-       short           leafnums[MAX_ENT_LEAFS];
-
        entity_state_t  baseline;
        entity_state_t  deltabaseline; // LordHavoc: previous frame
 
        entity_state_t  baseline;
        entity_state_t  deltabaseline; // LordHavoc: previous frame