mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compiler warning
This commit is contained in:
parent
2215505c2b
commit
ab3f5e8aff
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);
|
boolean onfloor = P_IsObjectOnGround(thing);//(thing->z <= thing->floorz);
|
||||||
ffloor_t *rover = NULL;
|
ffloor_t *rover = NULL;
|
||||||
boolean bouncing;
|
boolean bouncing;
|
||||||
boolean hitfloor;
|
boolean hitfloor = false;
|
||||||
|
|
||||||
if (thing->flags & MF_NOCLIPHEIGHT)
|
if (thing->flags & MF_NOCLIPHEIGHT)
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue