From: terencehill Date: Tue, 5 Jul 2011 21:31:21 +0000 (+0200) Subject: Don't clear the messages in the first frame... that's why the MOTD, sent by the serve... X-Git-Tag: xonotic-v0.5.0~154 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d4ea16e40103d70184b7446e305bf6313e6179a2;p=xonotic%2Fxonotic-data.pk3dir.git Don't clear the messages in the first frame... that's why the MOTD, sent by the server on join, didn't appear :( --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 03f7fd9e5..cee8ebef4 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4460,7 +4460,7 @@ void HUD_CenterPrint (void) { if(!autocvar_hud_panel_centerprint) return; - if (hud_configure_prev) + if (hud_configure_prev && hud_configure_prev != -1) reset_centerprint_messages(); } else