mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-tumbling-death' into 'master'
Fix typo causing crash on tumble interrupt See merge request KartKrew/Kart!949
This commit is contained in:
commit
cee6e26a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -4067,7 +4067,7 @@ void K_TumbleInterrupt(player_t *player)
|
||||||
player->pflags &= ~PF_TUMBLELASTBOUNCE;
|
player->pflags &= ~PF_TUMBLELASTBOUNCE;
|
||||||
//players->tumbleHeight = 20;
|
//players->tumbleHeight = 20;
|
||||||
|
|
||||||
players->mo->rollangle = 0;
|
player->mo->rollangle = 0;
|
||||||
player->spinouttype = KSPIN_WIPEOUT;
|
player->spinouttype = KSPIN_WIPEOUT;
|
||||||
player->spinouttimer = player->wipeoutslow = TICRATE+2;
|
player->spinouttimer = player->wipeoutslow = TICRATE+2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue