From: Samual Date: Thu, 20 Oct 2011 06:04:50 +0000 (-0400) Subject: Blah, found a decent bug... Will have to investigate more later. X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~16 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9f6db10daa1df818f5bc1d4cc3ad14a92f827e2;p=xonotic%2Fxonotic-data.pk3dir.git Blah, found a decent bug... Will have to investigate more later. --- 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