mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Set trySpindash to false when using bot controller
This commit is contained in:
parent
22a2323148
commit
266c745bda
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue