diff --git a/src/k_bot.c b/src/k_bot.c index fe7b65e2b..6633e5e9e 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -589,7 +589,7 @@ static fixed_t K_BotReducePrediction(player_t *player) INT32 xl, xh, yl, yh, bx, by; botmo = player->mo; - distancetocheck = player->mo->radius * 16; + distancetocheck = (player->mo->radius * 8) + (player->speed * 4); closestlinedist = INT32_MAX; tmx = player->mo->x;