diff --git a/nq/source/world.c b/nq/source/world.c index 6526298b2..7a1f024ac 100644 --- a/nq/source/world.c +++ b/nq/source/world.c @@ -645,7 +645,6 @@ SV_ClipMoveToEntity (edict_t *touched, const vec3_t start, // trace a line through the apropriate clipping hull MOD_TraceLine (hull, hull->firstclipnode, start_l, end_l, &trace); - // fix trace up by the rotation and offset if (trace.fraction != 1) { if (rot) {