mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Back to quint, weeee
This commit is contained in:
parent
33a24accda
commit
a3c387abc5
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ INT32 level_tally_t::CalculateGrade(void)
|
||||||
case TALLY_BONUS_EXP:
|
case TALLY_BONUS_EXP:
|
||||||
{
|
{
|
||||||
const fixed_t frac = std::min(FRACUNIT, ((exp) * FRACUNIT) / std::max(1, static_cast<int>(totalExp)));
|
const fixed_t frac = std::min(FRACUNIT, ((exp) * FRACUNIT) / std::max(1, static_cast<int>(totalExp)));
|
||||||
ours += Easing_InCubic(frac, 0, bonusWeights[i]);
|
ours += Easing_InQuint(frac, 0, bonusWeights[i]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TALLY_BONUS_PRISON:
|
case TALLY_BONUS_PRISON:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue