mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +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;
|
||||
}
|
||||
}
|
||||
else if (anglediff > 45)
|
||||
else if (anglediff > 60)
|
||||
{
|
||||
// Actually, don't go too fast...
|
||||
cmd->forwardmove /= 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue