Make the one-round case of the roundqueue more visually interesting

This commit is contained in:
toaster 2023-05-08 15:18:54 +01:00
parent 679e901e5f
commit 9352b3ef07

View file

@ -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