reoptimize K_GetEXP

This commit is contained in:
Ashnal 2025-05-17 21:17:24 -04:00
parent f2d323111f
commit 8df1595f89

View file

@ -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