mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
K_drawStartCountdown: Only show "DUEL" text if you're actually inDuel.
This commit is contained in:
parent
1b2be7b6c9
commit
fa3b361e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -4302,7 +4302,7 @@ static void K_drawKartStartCountdown(void)
|
|||
break;
|
||||
}
|
||||
|
||||
if (numplayers == 2)
|
||||
if (inDuel == true)
|
||||
{
|
||||
pnum++; // DUEL
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue