Back to quint, weeee

This commit is contained in:
Antonio Martinez 2025-06-08 00:41:45 -04:00
parent 33a24accda
commit a3c387abc5

View file

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