mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Charging nothing for no time now actually gives you nothing
This commit is contained in:
parent
053ecf203f
commit
e8774cf7b2
1 changed files with 1 additions and 1 deletions
|
|
@ -2128,7 +2128,7 @@ static void K_GetKartBoostPower(player_t *player)
|
||||||
// character & charge dependent
|
// character & charge dependent
|
||||||
ADDBOOST(
|
ADDBOOST(
|
||||||
FixedMul(MAXCHARGESPEED, player->kartstuff[k_spindashspeed]), // + 0 to K_GetSpindashChargeSpeed()% top speed
|
FixedMul(MAXCHARGESPEED, player->kartstuff[k_spindashspeed]), // + 0 to K_GetSpindashChargeSpeed()% top speed
|
||||||
(4*FRACUNIT) + (36*player->kartstuff[k_spindashspeed]), // + 400% to 4000% acceleration
|
(40*player->kartstuff[k_spindashspeed]), // + 0% to 4000% acceleration
|
||||||
0 // + 0% handling
|
0 // + 0% handling
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue