Sony Releases Stupid Piece Of Shit That Doesn't Fucking Work

This commit is contained in:
Antonio Martinez 2025-10-01 19:35:32 -04:00
parent 8744023a87
commit 6c980807c3

View file

@ -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());
}