mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Sony Releases Stupid Piece Of Shit That Doesn't Fucking Work
This commit is contained in:
parent
8744023a87
commit
6c980807c3
1 changed files with 1 additions and 1 deletions
|
|
@ -17206,7 +17206,7 @@ static fixed_t K_GradingFactorPower(player_t *player, UINT32 gradingpoint)
|
|||
|
||||
UINT32 gp = K_GetNumGradingPoints();
|
||||
|
||||
if (gradingpoint-1 == gp)
|
||||
if (gradingpoint == gp - 1)
|
||||
{
|
||||
power += FixedMul(power, K_FinalCheckpointPower());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue