mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-27 18:24:40 +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:
|
||||
{
|
||||
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;
|
||||
}
|
||||
case TALLY_BONUS_PRISON:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue