mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 04:50:55 +00:00
Booster+wipeout fix
This commit is contained in:
parent
69cbbde7fc
commit
864f2466fe
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…
Reference in a new issue