mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't grade Duel
This commit is contained in:
parent
82ea18865c
commit
deaa10a973
1 changed files with 3 additions and 0 deletions
|
|
@ -192,6 +192,9 @@ INT32 level_tally_t::CalculateGrade(void)
|
|||
};
|
||||
INT32 retGrade = GRADE_E; // gp_rank_e
|
||||
|
||||
if (K_InRaceDuel())
|
||||
return GRADE_INVALID;
|
||||
|
||||
INT32 bonusWeights[TALLY_WINDOW_SIZE];
|
||||
for (int i = 0; i < TALLY_WINDOW_SIZE; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue