X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=world.c;h=5b028c4dbd3dd89bf7feaec3500c1f1c4dc3d044;hp=3856598764747f08fe78f00bb97cc8cc17ce34e6;hb=5552ddb99b125f0164e80905d354608bd0a8c1a8;hpb=3b1c5c054d7759ccbd964fefd18d217a7293ccb3 diff --git a/world.c b/world.c index 38565987..5b028c4d 100644 --- a/world.c +++ b/world.c @@ -610,6 +610,8 @@ trace_t SV_Move(const vec3_t start, const vec3_t mins, const vec3_t maxs, const VectorCopy(end, clip.end); VectorCopy(mins, clip.mins); VectorCopy(maxs, clip.maxs); + VectorCopy(mins, clip.hullmins); + VectorCopy(maxs, clip.hullmaxs); clip.type = type; clip.passedict = passedict;