diff --git a/qw/source/cl_cam.c b/qw/source/cl_cam.c index e179f8e9b..9818c5aaa 100644 --- a/qw/source/cl_cam.c +++ b/qw/source/cl_cam.c @@ -685,6 +685,7 @@ TraceLine (vec3_t start, vec3_t end, vec3_t impact) trace_t trace; memset (&trace, 0, sizeof (trace)); + trace.fraction = 1; MOD_TraceLine (cl.worldmodel->hulls, 0, start, end, &trace); VectorCopy (trace.endpos, impact);