mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'damage-cancels-fastfall' into 'master'
Stop fastfalling when damaged Closes #588 See merge request KartKrew/Kart!1386
This commit is contained in:
commit
17370b1cf8
1 changed files with 2 additions and 0 deletions
|
|
@ -2507,6 +2507,8 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
player->sneakertimer = player->numsneakers = 0;
|
||||
player->driftboost = player->strongdriftboost = 0;
|
||||
player->gateBoost = 0;
|
||||
player->fastfall = 0;
|
||||
player->fastfallBase = 0;
|
||||
player->ringboost = 0;
|
||||
player->glanceDir = 0;
|
||||
player->pflags &= ~PF_GAINAX;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue