mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-01 04:33:02 +00:00
reoptimize K_GetEXP
This commit is contained in:
parent
f2d323111f
commit
8df1595f89
1 changed files with 1 additions and 1 deletions
|
|
@ -15495,7 +15495,7 @@ fixed_t K_GetGradingMultAdjustment(player_t *player)
|
|||
return result;
|
||||
}
|
||||
|
||||
UINT16 __attribute__((optimize("O0"))) K_GetEXP(player_t *player)
|
||||
UINT16 K_GetEXP(player_t *player)
|
||||
{
|
||||
UINT32 numgradingpoints = K_GetNumGradingPoints();
|
||||
// target is where you should be if you're doing good and at a 1.0 mult
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue