]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Properly fix the map list. Another check was the problematic one.
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 20:43:26 +0000 (23:43 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 20:43:26 +0000 (23:43 +0300)
data/qcsrc/client/sbar.qc

index 73b6ee56dc5aedf20ede16f39f7a962e44e95993..c118c5f57acd143a8fc480007ae2d2cc9cc552ef 100644 (file)
@@ -2907,12 +2907,14 @@ void Sbar_Draw (void)
                        Sbar_Score();\r
                        Sbar_Timer();\r
                }\r
-               else if(sb_showscores) {\r
+               if(sb_showscores) {\r
                        Sbar_DrawScoreboard();\r
                         Sbar_Score();\r
                         Sbar_Timer();\r
                 }\r
-               Sbar_FinaleOverlay();\r
+               else\r
+                       Sbar_FinaleOverlay();\r
+\r
                Sbar_Reset();\r
        }\r
        else if (sb_showscores_force || getstati(STAT_HEALTH) <= 0 || intermission == 1)\r