K_drawStartCountdown: Only show "DUEL" text if you're actually inDuel.

This commit is contained in:
toaster 2023-02-16 16:36:32 +00:00
parent 1b2be7b6c9
commit fa3b361e2f

View file

@ -4302,7 +4302,7 @@ static void K_drawKartStartCountdown(void)
break;
}
if (numplayers == 2)
if (inDuel == true)
{
pnum++; // DUEL
}