mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Make more accurate to how it used to work
This commit is contained in:
parent
56875c59e9
commit
18dc75e6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue