On second thoughts, do not make the one-round roundqueue start in the upward position

This is so the two-round roundqueue condition where the second round is a Sealed Star will not give the game away early, or be discontinuous
This commit is contained in:
toaster 2023-05-10 01:09:35 +01:00
parent b4a1b7daf3
commit db5734b64d

View file

@ -787,7 +787,7 @@ skiptallydrawer:
oppositemap = R_GetTranslationColormap(TC_DEFAULT, skincolors[pcolor].invcolor, GTC_CACHE);
UINT8 workingqueuesize = roundqueue.size;
boolean upwa = (roundqueue.size == 1); // Make the one round queued case more visually interesting
boolean upwa = false;
if (roundqueue.size > 1
&& roundqueue.entries[roundqueue.size - 1].rankrestricted == true