Set trySpindash to false when using bot controller

This commit is contained in:
Sally Coolatta 2023-12-21 22:23:57 -05:00
parent 22a2323148
commit 266c745bda

View file

@ -1640,6 +1640,7 @@ static void K_BuildBotTiccmdNormal(player_t *player, ticcmd_t *cmd)
{
destangle = R_PointToAngle2(player->mo->x, player->mo->y, predict->x, predict->y);
turnamt = K_HandleBotTrack(player, cmd, predict, destangle);
trySpindash = false;
}
else if (leveltime <= starttime && finishBeamLine != nullptr)
{