Skip to content

Commit

Permalink
Fix missed else-statement related #555
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Dec 30, 2017
1 parent 780afd0 commit 01781ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rehlds/engine/sv_phys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

1 comment on commit 01781ea

@rx1983
Copy link

@rx1983 rx1983 commented on 01781ea Jan 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not work windows xp , fix

Please sign in to comment.