mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 11:12:30 +00:00
Fix typo causing crash on tumble interrupt
This commit is contained in:
parent
b90baafcfc
commit
4d9af8d478
1 changed files with 1 additions and 1 deletions
|
|
@ -4067,7 +4067,7 @@ void K_TumbleInterrupt(player_t *player)
|
|||
player->pflags &= ~PF_TUMBLELASTBOUNCE;
|
||||
//players->tumbleHeight = 20;
|
||||
|
||||
players->mo->rollangle = 0;
|
||||
player->mo->rollangle = 0;
|
||||
player->spinouttype = KSPIN_WIPEOUT;
|
||||
player->spinouttimer = player->wipeoutslow = TICRATE+2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue