From a9f6db10daa1df818f5bc1d4cc3ad14a92f827e2 Mon Sep 17 00:00:00 2001 From: Samual Date: Thu, 20 Oct 2011 02:04:50 -0400 Subject: [PATCH] Blah, found a decent bug... Will have to investigate more later. --- qcsrc/client/hud.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 66b786cf8..979cf5c93 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4697,6 +4697,7 @@ void HUD_CenterPrint (void) n = tokenizebyseparator(sprintf(centerprint_messages[j], centerprint_countdown_num[j]), "\n"); else n = tokenizebyseparator(centerprint_messages[j], "\n"); + if (autocvar_hud_panel_centerprint_flip) { // check if the message can be entirely shown -- 2.39.2