mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix cursor appearing before P1 has pressed start
This commit is contained in:
parent
746f112bf7
commit
38122e4fa5
1 changed files with 5 additions and 2 deletions
|
|
@ -1021,8 +1021,11 @@ void M_DrawCharacterSelect(void)
|
|||
M_DrawCharSelectCursor(i);
|
||||
}
|
||||
|
||||
// Draw the priority player over the other ones
|
||||
M_DrawCharSelectCursor(priority);
|
||||
if (setup_numplayers > 0)
|
||||
{
|
||||
// Draw the priority player over the other ones
|
||||
M_DrawCharSelectCursor(priority);
|
||||
}
|
||||
}
|
||||
|
||||
// DIFFICULTY SELECT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue