Make more accurate to how it used to work

This commit is contained in:
Sally Coolatta 2022-04-01 17:23:27 -04:00
parent 56875c59e9
commit 18dc75e6ca

View file

@ -644,7 +644,7 @@ fixed_t K_BotTopSpeedRubberband(player_t *player)
--------------------------------------------------*/ --------------------------------------------------*/
fixed_t K_BotFrictionRubberband(player_t *player, fixed_t frict) 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 rubberband = K_BotRubberband(player) - FRACUNIT;
fixed_t newFrict = frict; fixed_t newFrict = frict;