]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't clear the messages in the first frame... that's why the MOTD, sent by the serve...
authorterencehill <piuntn@gmail.com>
Tue, 5 Jul 2011 21:31:21 +0000 (23:31 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 5 Jul 2011 21:31:21 +0000 (23:31 +0200)
qcsrc/client/hud.qc

index 03f7fd9e55578372dc9a734b1620545032b2829b..cee8ebef4f46503ee91e48aeee4ba6fe08f47f86 100644 (file)
@@ -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