]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
Coordinates are now floats in network protocol (bloats it yes, but the accuracy allow...
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index a2cc7e488d1161936ca80dace52313237822e6f0..eea796c7c0453539584d31f03ab6b608bd675858 100644 (file)
--- a/world.c
+++ b/world.c
@@ -1050,8 +1050,7 @@ loc0:
                        trace = SV_ClipMoveToEntity (touch, clip->start, clip->mins2, clip->maxs2, clip->end);
                else
                        trace = SV_ClipMoveToEntity (touch, clip->start, clip->mins, clip->maxs, clip->end);
-               if (trace.allsolid || trace.startsolid ||
-               trace.fraction < clip->trace.fraction)
+               if (trace.allsolid || trace.startsolid || trace.fraction < clip->trace.fraction)
                {
                        trace.ent = touch;
                        if (clip->trace.startsolid)