mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 05:11:08 +00:00
tmp fix
This commit is contained in:
parent
127997df68
commit
2b1531a296
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue