From: FruitieX Date: Thu, 6 May 2010 17:51:42 +0000 (+0300) Subject: draw hud first... now the scoreboard should work :) X-Git-Tag: xonotic-v0.1.0preview~541^2~208 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e5e1b555a29d1ab65757c57536372c2609883d33;p=xonotic%2Fxonotic-data.pk3dir.git draw hud first... now the scoreboard should work :) --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 0384fb236..281a50d4b 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -1133,8 +1133,12 @@ void CSQC_common_hud(void) switch(hud) { case HUD_NORMAL: + // hud first + HUD_Main(); + // is this needed? //HUD_UpdatePlayerTeams(); + if (intermission == 2) // map voting screen { if(sb_showaccuracy && spectatee_status != -1) { @@ -1157,7 +1161,6 @@ void CSQC_common_hud(void) HUD_Reset(); } - HUD_Main(); break; case HUD_SPIDERBOT: