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:
parent
40082754a5
commit
0807d7a28d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue