mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-27 07:05:43 +03:00
Fix missed else-statement related #555
This commit is contained in:
parent
780afd0227
commit
01781eacc1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user