(Will merge conflict with new intermission) Do not show advancemap string if roundqueue (or nextmapoverride) will have effect next round

This commit is contained in:
toaster 2023-04-11 00:03:13 +01:00
parent 6bca2a7003
commit 7d1e1a578e

View file

@ -539,6 +539,9 @@ skiptallydrawer:
if (demo.playback)
string = va("Replay ends in %d", tickdown);
else if ((nextmapoverride != 0)
|| (roundqueue.size > 0 && roundqueue.position < roundqueue.size))
string = va("Next starts in %d", tickdown);
else
string = va("%s starts in %d", cv_advancemap.string, tickdown);