Merge branch 'keep-trick-bump' into 'master'

Keep trick when bonking walls

See merge request KartKrew/Kart!352
This commit is contained in:
Sal 2021-01-13 02:59:59 -05:00
commit 320cdf2108

View file

@ -3619,8 +3619,6 @@ void P_BouncePlayerMove(mobj_t *mo)
mmomx = mo->player->rmomx;
mmomy = mo->player->rmomy;
mo->player->trickpanel = 0;
// trace along the three leading corners
if (mo->momx > 0)
{