From 690eea263bd261ef2358f2347f640f78c2a9e8ce Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 27 Sep 2010 14:49:20 +0300 Subject: [PATCH] Fix an overlap with the map vote window, by removing the scoring part of the HUD during intermission --- data/qcsrc/client/sbar.qc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index e1d8fcac..c293d80a 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2903,10 +2903,8 @@ void Sbar_Draw (void) Sbar_UpdatePlayerTeams(); if (intermission == 2) // map voting screen { - if(spectatee_status != -1) { - Sbar_Score(); + if(spectatee_status != -1) Sbar_Timer(); - } if(sb_showscores) Sbar_DrawScoreboard(); else -- 2.39.2