mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Always show timelimit if timelimitintics is set, to allow spotting weird bugs before they cause problems
This commit is contained in:
parent
59094f73fb
commit
3bb78ad46d
1 changed files with 1 additions and 3 deletions
|
|
@ -1399,9 +1399,7 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, INT16 emblemmap, UI
|
||||||
{
|
{
|
||||||
splitflags = V_HUDTRANS|V_SLIDEIN|V_SNAPTOTOP|V_SNAPTORIGHT|V_SPLITSCREEN;
|
splitflags = V_HUDTRANS|V_SLIDEIN|V_SNAPTOTOP|V_SNAPTORIGHT|V_SPLITSCREEN;
|
||||||
|
|
||||||
if (bossinfo.boss == true)
|
if (timelimitintics > 0)
|
||||||
;
|
|
||||||
else if (timelimitintics > 0 && (gametyperules & GTR_TIMELIMIT)) // TODO
|
|
||||||
{
|
{
|
||||||
if (drawtime >= timelimitintics)
|
if (drawtime >= timelimitintics)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue