no it's not
This commit is contained in:
parent
383a83e76e
commit
c1666cb4e3
1 changed files with 1 additions and 2 deletions
|
|
@ -9729,8 +9729,7 @@ static void K_RecoveryDash(player_t *player)
|
|||
{
|
||||
if (K_PlayerWantsRecoverySpin(player) && (player->spinouttimer > 0) && (!player->wipeoutslow))
|
||||
{
|
||||
player->wipeoutslow = wipeoutslowtime+1;
|
||||
player->spinouttimer = max(wipeoutslowtime+1, player->spinouttimer);
|
||||
player->wipeoutslow = player->spinouttimer;
|
||||
}
|
||||
if (K_PlayerWantsRecoverySpin(player) && K_PlayerCanRecoverySpin(player))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue