diff --git a/src/k_tally.cpp b/src/k_tally.cpp index 54115326b..3e5c16f27 100644 --- a/src/k_tally.cpp +++ b/src/k_tally.cpp @@ -43,7 +43,7 @@ boolean level_tally_t::UseBonuses(void) } // No bonuses / ranking in FREE PLAY or Time Attack - return (K_TimeAttackRules() == false || grandprixinfo.gp == true); + return (grandprixinfo.gp == true || K_TimeAttackRules() == false); } void level_tally_t::DetermineBonuses(void)