From 9352b3ef07d4dd9e33a2681bcc608e35bd2ed7f1 Mon Sep 17 00:00:00 2001 From: toaster Date: Mon, 8 May 2023 15:18:54 +0100 Subject: [PATCH] Make the one-round case of the roundqueue more visually interesting --- src/y_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/y_inter.c b/src/y_inter.c index 524030cce..7c0ba3410 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -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