Bots brake earlier

This commit is contained in:
Sally Coolatta 2021-02-26 00:24:29 -05:00
parent e11f4ed167
commit 317dfe5ae0

View file

@ -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;