mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't consider speed in TA Ring Box bonus
This commit is contained in:
parent
0468f1f988
commit
59ae7240f5
1 changed files with 1 additions and 1 deletions
|
|
@ -14052,7 +14052,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
// AP 1, WP 2 = weight is worth twice what accel is.
|
||||
// 0 = stat not considered at all!
|
||||
// UINT8 accelPower = 0;
|
||||
UINT8 speedPower = 1;
|
||||
UINT8 speedPower = 0;
|
||||
UINT8 weightPower = 6;
|
||||
|
||||
UINT8 total = speedPower*speed + weightPower*weight;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue