mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-31 05:20:51 +00:00
Prevent signs from disappearing
This commit is contained in:
parent
6c6ca1a110
commit
06a4a5e4dc
1 changed files with 1 additions and 0 deletions
|
@ -8291,6 +8291,7 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
if (mobj->z <= mobj->movefactor)
|
||||
{
|
||||
P_SetMobjState(mobj, S_SIGN53);
|
||||
mobj->z = mobj->movefactor;
|
||||
//mobj->flags |= MF_NOGRAVITY; // ?
|
||||
mobj->flags &= ~MF_NOCLIPHEIGHT;
|
||||
mobj->movecount = 0;
|
||||
|
|
Loading…
Reference in a new issue