whitespace

This commit is contained in:
Bill Currie 2010-12-15 08:51:43 +09:00
parent 775f8e959b
commit 64f801f546

View file

@ -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) {