From: MirceaKitsune Date: Mon, 27 Sep 2010 11:49:20 +0000 (+0300) Subject: Fix an overlap with the map vote window, by removing the scoring part of the HUD... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=690eea263bd261ef2358f2347f640f78c2a9e8ce;p=voretournament%2Fvoretournament.git Fix an overlap with the map vote window, by removing the scoring part of the HUD during intermission --- 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