Make bots slow down on turns less often

This commit is contained in:
Sally Cochenour 2020-04-02 14:54:00 -04:00
parent 425220a109
commit ebbcf8d7fd

View file

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