]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix an overlap with the map vote window, by removing the scoring part of the HUD...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 27 Sep 2010 11:49:20 +0000 (14:49 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 27 Sep 2010 11:49:20 +0000 (14:49 +0300)
data/qcsrc/client/sbar.qc

index e1d8fcace82396eb72672e65a0b6004ad057dd59..c293d80a55d18c926365bdf65a164b676276f9fa 100644 (file)
@@ -2903,10 +2903,8 @@ void Sbar_Draw (void)
        Sbar_UpdatePlayerTeams();\r
        if (intermission == 2) // map voting screen\r
        {\r
-               if(spectatee_status != -1) {\r
-                       Sbar_Score();\r
+               if(spectatee_status != -1)\r
                        Sbar_Timer();\r
-               }\r
                if(sb_showscores)\r
                        Sbar_DrawScoreboard();\r
                else\r