mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Prevent signs from disappearing
This commit is contained in:
parent
35bd542076
commit
32ad050de8
1 changed files with 1 additions and 0 deletions
|
|
@ -8291,6 +8291,7 @@ void P_MobjThinker(mobj_t *mobj)
|
||||||
if (mobj->z <= mobj->movefactor)
|
if (mobj->z <= mobj->movefactor)
|
||||||
{
|
{
|
||||||
P_SetMobjState(mobj, S_SIGN53);
|
P_SetMobjState(mobj, S_SIGN53);
|
||||||
|
mobj->z = mobj->movefactor;
|
||||||
//mobj->flags |= MF_NOGRAVITY; // ?
|
//mobj->flags |= MF_NOGRAVITY; // ?
|
||||||
mobj->flags &= ~MF_NOCLIPHEIGHT;
|
mobj->flags &= ~MF_NOCLIPHEIGHT;
|
||||||
mobj->movecount = 0;
|
mobj->movecount = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue