mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make the one-round case of the roundqueue more visually interesting
This commit is contained in:
parent
679e901e5f
commit
9352b3ef07
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ skiptallydrawer:
|
|||
}
|
||||
|
||||
UINT8 workingqueuesize = roundqueue.size;
|
||||
boolean upwa = false;
|
||||
boolean upwa = (roundqueue.size == 1); // Make the one round queued case more visually interesting
|
||||
|
||||
if (roundqueue.size > 1
|
||||
&& roundqueue.entries[roundqueue.size - 1].rankrestricted == true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue