mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-19 12:01:36 +00:00
Merge branch 'keep-trick-bump' into 'master'
Keep trick when bonking walls See merge request KartKrew/Kart!352
This commit is contained in:
commit
320cdf2108
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue