X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_collision.c;h=2ba9dc499a8b65f9a8e078d59b85b70d0e62ef3a;hb=406899eb226c2aaf9ff20abdccb6e6823b02b376;hp=ad6e560080465835819e577095bbf67b4a54f45e;hpb=cf5547d7fcbd2864d3756043b96ab9033b52a09a;p=xonotic%2Fdarkplaces.git diff --git a/cl_collision.c b/cl_collision.c index ad6e5600..2ba9dc49 100644 --- a/cl_collision.c +++ b/cl_collision.c @@ -169,7 +169,7 @@ void CL_LinkEdict(prvm_edict_t *ent) VectorCopy(mins, PRVM_clientedictvector(ent, absmin)); VectorCopy(maxs, PRVM_clientedictvector(ent, absmax)); - World_LinkEdict(&cl.world, ent, mins, maxs); + World_LinkEdict(&cl.world, ent, mins, maxs, cl_areagrid_link_SOLID_NOT.integer); } int CL_GenericHitSuperContentsMask(const prvm_edict_t *passedict)