]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Further fix the map voting code, and remove some now duplicated code
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 20:48:13 +0000 (23:48 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 20:48:13 +0000 (23:48 +0300)
data/qcsrc/client/sbar.qc

index c118c5f57acd143a8fc480007ae2d2cc9cc552ef..6fa1af10d949ec5c20e414b60fd257d8c9206898 100644 (file)
@@ -2907,11 +2907,8 @@ void Sbar_Draw (void)
                        Sbar_Score();\r
                        Sbar_Timer();\r
                }\r
-               if(sb_showscores) {\r
-                       Sbar_DrawScoreboard();\r
-                        Sbar_Score();\r
-                        Sbar_Timer();\r
-                }\r
+               if(sb_showscores)\r
+            Sbar_DrawScoreboard();\r
                else\r
                        Sbar_FinaleOverlay();\r
 \r