mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
(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:
parent
6bca2a7003
commit
7d1e1a578e
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue