mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Ringbox award fix
oops
This commit is contained in:
parent
a8211b980f
commit
1696893087
1 changed files with 1 additions and 1 deletions
|
|
@ -12703,7 +12703,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
else
|
||||
{
|
||||
UINT32 behind = K_GetItemRouletteDistance(player, player->itemRoulette.playing);
|
||||
behind = FixedMul(behind, K_GetExpAdjustment(player));
|
||||
behind = FixedMul(behind, player->exp);
|
||||
UINT32 behindMulti = behind / 500;
|
||||
behindMulti = min(behindMulti, 60);
|
||||
award = award * (behindMulti + 10) / 10;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue