mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-21 04:51:45 +00:00
Bots brake earlier
This commit is contained in:
parent
e11f4ed167
commit
317dfe5ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
|
|||
finishBeamLine->v1->x, finishBeamLine->v1->y,
|
||||
finishBeamLine->v2->x, finishBeamLine->v2->y,
|
||||
player->mo->x, player->mo->y
|
||||
);
|
||||
) - player->speed;
|
||||
|
||||
// Don't run the spindash code at all until we're in the right place
|
||||
trySpindash = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue