clang has some nice warnings. minor optimisation here.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4282 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-04-04 02:42:29 +00:00
parent 40082754a5
commit 0807d7a28d

View file

@ -1031,7 +1031,7 @@ static trace_t World_ClipMoveToEntity (world_t *w, wedict_t *ent, vec3_t eorg, v
else
model = NULL;
if (!model);
if (!model)
{
vec3_t boxmins, boxmaxs;
VectorSubtract (ent->v->mins, maxs, boxmins);