]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/sbar.qc
Why should this block seeing the timer?
[voretournament/voretournament.git] / data / qcsrc / client / sbar.qc
index 9db2566f77d5ac6a276400a6eea580a685358f35..8eafa1e6bba7d0526a2317afd198c340df0c2351 100644 (file)
@@ -2903,15 +2903,9 @@ void Sbar_Draw (void)
        Sbar_UpdatePlayerTeams();\r
        if (intermission == 2) // map voting screen\r
        {\r
-               if(spectatee_status != -1) {\r
-                       Sbar_Score();\r
-                       Sbar_Timer();\r
-               }\r
-               else if(sb_showscores) {\r
-                       Sbar_DrawScoreboard();\r
-                        Sbar_Score();\r
-                        Sbar_Timer();\r
-                }\r
+               Sbar_Timer();\r
+               if(sb_showscores)\r
+                       Sbar_DrawScoreboard();\r
                else\r
                        Sbar_FinaleOverlay();\r
 \r
@@ -2943,7 +2937,7 @@ void Sbar_Draw (void)
                fade = 3.2 - 2 * (time - weapontime);\r
                fade = bound(0.7, fade, 1);\r
 \r
-               if(g_vore) // only when the vore system is enabled\r
+               if(g_vore) // only when the vore system is active\r
                {\r
                        // draw the stomach board\r
                        if (cvar("viewsize") <= 100) {\r