diff --git a/src/k_bot.c b/src/k_bot.c index 33c1598a3..37d5c825b 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -644,7 +644,7 @@ fixed_t K_BotTopSpeedRubberband(player_t *player) --------------------------------------------------*/ fixed_t K_BotFrictionRubberband(player_t *player, fixed_t frict) { - const fixed_t value = 1024; + const fixed_t value = 20776; fixed_t rubberband = K_BotRubberband(player) - FRACUNIT; fixed_t newFrict = frict;