]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Merge remote branch 'origin/terencehill/centerprint_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index 92bbc5223175722374ff81ddf32c37466898fa9e..9c28bea1f343339d866c6d11191c8b4024324af4 100644 (file)
@@ -4539,7 +4539,7 @@ void HUD_CenterPrint (void)
        {
                if (j == CENTERPRINT_MAX_MSGS)
                        j = 0;
-               if (centerprint_expire_time[j] < time)
+               if (centerprint_expire_time[j] <= time)
                {
                        if (centerprint_countdown_num[j] && centerprint_time[j] > 0)
                        {