mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
Reduce spinout time from tumble interruption more
This commit is contained in:
parent
ea92309cbd
commit
66912a723b
1 changed files with 1 additions and 1 deletions
|
|
@ -3745,7 +3745,7 @@ void K_TumbleInterrupt(player_t *player)
|
|||
|
||||
players->mo->rollangle = 0;
|
||||
player->spinouttype = KSPIN_WIPEOUT;
|
||||
player->spinouttimer = player->wipeoutslow = (2*TICRATE)+2;
|
||||
player->spinouttimer = player->wipeoutslow = TICRATE+2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue