mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-18 05:52:48 +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)
|
if (exitBonus)
|
||||||
{
|
{
|
||||||
ourinc = FixedMul(ourinc, FRACUNIT + K_FinalCheckpointPower());
|
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);
|
CONS_Debug(DBG_PWRLV, "Final check bonus (%d / %d * %d = %d)\n", prevInc/FRACUNIT, dvs, K_FinalCheckpointPower(), ourinc/FRACUNIT);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue