]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into z411/new_centerprint
authorz411 <z411@omaera.org>
Sun, 20 Mar 2022 03:30:29 +0000 (00:30 -0300)
committerz411 <z411@omaera.org>
Sun, 20 Mar 2022 03:30:29 +0000 (00:30 -0300)
1  2 
qcsrc/client/announcer.qc

index 58c2727f7705a34bdb4a6ae3510804c970b25671,1bbf900375e025f66f059202f7eae6c5b826b50d..64606a6846f413d771bcd79fba52645156660d1d
@@@ -27,11 -26,8 +27,9 @@@ void Announcer_Countdown(entity this
                Local_Notification(MSG_CENTER, CENTER_COUNTDOWN_ROUNDSTOP);
                delete(this);
                announcer_countdown = NULL;
 +              centerprint_ClearTitle();
                return;
        }
-       if(starttime <= time && roundstarttime != starttime) // game start time has passed
-               announcer_5min = announcer_1min = false; // reset maptime announcers now as well
  
        bool inround = (roundstarttime && time >= starttime);
        float countdown = (inround ? roundstarttime - time : starttime - time);