Remove leftover P_CheckGravity call in ceiling bonk code
This commit is contained in:
parent
1c33caa84e
commit
b2595045fc
1 changed files with 0 additions and 1 deletions
|
|
@ -2845,7 +2845,6 @@ void P_PlayerZMovement(mobj_t *mo)
|
|||
P_CheckMarioBlocks(mo);
|
||||
|
||||
mo->momz = 0;
|
||||
P_CheckGravity(mo, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue