Fix missed else-statement related #555

This commit is contained in:
s1lent 2017-12-30 19:01:27 +07:00
parent 780afd0227
commit 01781eacc1
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -217,6 +217,7 @@ void SV_FlyMove(edict_t *ent, float time, float bounce)
#ifdef REHLDS_FIXES
if (ent->v.solid == SOLID_TRIGGER || ent->v.solid == SOLID_NOT)
moveType = MOVE_NOMONSTERS;
else
#endif
moveType = MOVE_NORMAL;