mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Bad whoopsie
This commit is contained in:
parent
82a39f6c85
commit
a638054332
1 changed files with 1 additions and 1 deletions
|
|
@ -1120,7 +1120,7 @@ void Y_StartIntermission(void)
|
||||||
case int_race: // (time-only race)
|
case int_race: // (time-only race)
|
||||||
{
|
{
|
||||||
// Calculate who won
|
// Calculate who won
|
||||||
Y_CalculateMatchData(0, Y_CompareRace);
|
Y_CalculateMatchData(0, Y_CompareTime);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue