Tighten up radius slightly

This commit is contained in:
Sally Cochenour 2020-04-26 22:41:00 -04:00
parent 6846d7c3a1
commit 80b59382f4

View file

@ -798,7 +798,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
}
else
{
const fixed_t realrad = predict->radius - player->mo->radius;
const fixed_t realrad = predict->radius - (player->mo->radius * 2);
INT16 objectsteer = 0;