mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Copy-paste final lap PWR error
This commit is contained in:
parent
15bac24b8d
commit
01bcf6116e
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ void K_UpdatePowerLevels(player_t *player, UINT8 gradingpoint, boolean forfeit)
|
|||
if (exitBonus)
|
||||
{
|
||||
ourinc = FixedMul(ourinc, FRACUNIT + K_FinalCheckpointPower());
|
||||
theirinc = FixedMul(ourinc, FRACUNIT + K_FinalCheckpointPower());
|
||||
theirinc = FixedMul(theirinc, FRACUNIT + K_FinalCheckpointPower());
|
||||
CONS_Debug(DBG_PWRLV, "Final check bonus (%d / %d * %d = %d)\n", prevInc/FRACUNIT, dvs, K_FinalCheckpointPower(), ourinc/FRACUNIT);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue