mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Remove another unneeded sanity checks.
This fixes a warning generated by Clang 3.9.
This commit is contained in:
parent
d294e86a45
commit
eba36895bb
1 changed files with 0 additions and 5 deletions
|
@ -511,11 +511,6 @@ SV_PushEntity(edict_t *ent, vec3_t push)
|
|||
vec3_t end;
|
||||
int mask;
|
||||
|
||||
if (!ent)
|
||||
{
|
||||
return trace;
|
||||
}
|
||||
|
||||
VectorCopy(ent->s.origin, start);
|
||||
VectorAdd(start, push, end);
|
||||
|
||||
|
|
Loading…
Reference in a new issue