From a3c387abc52b2c1f33a769da183ca77b85f062e0 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sun, 8 Jun 2025 00:41:45 -0400 Subject: [PATCH] Back to quint, weeee --- src/k_tally.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_tally.cpp b/src/k_tally.cpp index b6f339989..8a855f909 100644 --- a/src/k_tally.cpp +++ b/src/k_tally.cpp @@ -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(totalExp))); - ours += Easing_InCubic(frac, 0, bonusWeights[i]); + ours += Easing_InQuint(frac, 0, bonusWeights[i]); break; } case TALLY_BONUS_PRISON: