mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Booster+wipeout fix
This commit is contained in:
parent
f319046d82
commit
1a80dd13ee
1 changed files with 4 additions and 0 deletions
|
|
@ -3459,7 +3459,11 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
player->kartstuff[k_thunderanim]--;*/
|
player->kartstuff[k_thunderanim]--;*/
|
||||||
|
|
||||||
if (player->kartstuff[k_sneakertimer])
|
if (player->kartstuff[k_sneakertimer])
|
||||||
|
{
|
||||||
player->kartstuff[k_sneakertimer]--;
|
player->kartstuff[k_sneakertimer]--;
|
||||||
|
if (player->kartstuff[k_wipeoutslow] > 0 && player->kartstuff[k_wipeoutslow] < wipeoutslowtime+1)
|
||||||
|
player->kartstuff[k_wipeoutslow] = wipeoutslowtime+1;
|
||||||
|
}
|
||||||
|
|
||||||
if (player->kartstuff[k_floorboost])
|
if (player->kartstuff[k_floorboost])
|
||||||
player->kartstuff[k_floorboost]--;
|
player->kartstuff[k_floorboost]--;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue