Skip to content

Commit 01781ea

Browse files
committed
Fix missed else-statement related #555
1 parent 780afd0 commit 01781ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rehlds/engine/sv_phys.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ void SV_FlyMove(edict_t *ent, float time, float bounce)
217217
#ifdef REHLDS_FIXES
218218
if (ent->v.solid == SOLID_TRIGGER || ent->v.solid == SOLID_NOT)
219219
moveType = MOVE_NOMONSTERS;
220+
else
220221
#endif
221222
moveType = MOVE_NORMAL;
222223

0 commit comments

Comments
 (0)