There was an error while loading. Please reload this page.
1 parent 780afd0 commit 01781eaCopy full SHA for 01781ea
1 file changed
rehlds/engine/sv_phys.cpp
@@ -217,6 +217,7 @@ void SV_FlyMove(edict_t *ent, float time, float bounce)
217
#ifdef REHLDS_FIXES
218
if (ent->v.solid == SOLID_TRIGGER || ent->v.solid == SOLID_NOT)
219
moveType = MOVE_NOMONSTERS;
220
+ else
221
#endif
222
moveType = MOVE_NORMAL;
223
0 commit comments