X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_collision.h;h=9e4cda564864aed802df96660f7fa193489b4d85;hb=ebd79ac26160a878c6f0d4a9736361e0b7f549d4;hp=15c1e06afa7dea345f674ce3fe54f3ca452e9564;hpb=5715fdeb47caa02252ab9b6c0895310e43bea716;p=xonotic%2Fdarkplaces.git diff --git a/cl_collision.h b/cl_collision.h index 15c1e06a..9e4cda56 100644 --- a/cl_collision.h +++ b/cl_collision.h @@ -6,6 +6,6 @@ // (leafs matching contents are considered empty, others are solid) extern int cl_traceline_endcontents; // set by TraceLine -float CL_TraceLine (const vec3_t start, const vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels); +float CL_TraceLine (const vec3_t start, const vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels, entity_render_t **hitent); #endif