bro.
This commit is contained in:
parent
ffa5a92ef0
commit
0f7dd00567
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ static void K_BotItemSneaker(botdata_t *bd, const player_t *player)
|
|||
}
|
||||
|
||||
boolean stack = K_StackingActive();
|
||||
boolean sneakerstack = (stack && (cv_kartstacking_sneaker_maxgrade.value > 1))
|
||||
boolean sneakerstack = (stack && (cv_kartstacking_sneaker_maxgrade.value > 1));
|
||||
const SINT8 stacktime = K_BotSneakerStackThreshold(player->botvars.difficulty);
|
||||
|
||||
if ((player->offroad && K_ApplyOffroad(player)) // Stuck in offroad, use it NOW
|
||||
|
|
|
|||
Loading…
Reference in a new issue