mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Don't reset drift off springs
Hopefully nothing requires drift reset from here.
This commit is contained in:
parent
d19c96ee17
commit
de936f4c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ void P_ResetPlayer(player_t *player)
|
||||||
player->powers[pw_carry] = CR_NONE;
|
player->powers[pw_carry] = CR_NONE;
|
||||||
player->onconveyor = 0;
|
player->onconveyor = 0;
|
||||||
|
|
||||||
player->kartstuff[k_drift] = player->kartstuff[k_driftcharge] = 0;
|
//player->kartstuff[k_drift] = player->kartstuff[k_driftcharge] = 0;
|
||||||
player->kartstuff[k_pogospring] = 0;
|
player->kartstuff[k_pogospring] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue