This commit is contained in:
Louis-Antoine 2020-07-03 23:38:32 +02:00
parent 127997df68
commit 2b1531a296

View file

@ -2933,7 +2933,7 @@ static boolean P_ThingHeightClip(mobj_t *thing)
boolean onfloor = P_IsObjectOnGround(thing);//(thing->z <= thing->floorz);
ffloor_t *rover = NULL;
boolean bouncing;
boolean hitfloor;
boolean hitfloor = false;
if (thing->flags & MF_NOCLIPHEIGHT)
return true;