mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Make bots slow down on turns less often
This commit is contained in:
parent
425220a109
commit
ebbcf8d7fd
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
|
||||||
turnamt /= 4;
|
turnamt /= 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (anglediff > 45)
|
else if (anglediff > 60)
|
||||||
{
|
{
|
||||||
// Actually, don't go too fast...
|
// Actually, don't go too fast...
|
||||||
cmd->forwardmove /= 2;
|
cmd->forwardmove /= 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue