From: MirceaKitsune Date: Sun, 26 Sep 2010 20:48:13 +0000 (+0300) Subject: Further fix the map voting code, and remove some now duplicated code X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f38b25bfe7d45fee162088a5ac21898b282754f2;p=voretournament%2Fvoretournament.git Further fix the map voting code, and remove some now duplicated code --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index c118c5f5..6fa1af10 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2907,11 +2907,8 @@ void Sbar_Draw (void) Sbar_Score(); Sbar_Timer(); } - if(sb_showscores) { - Sbar_DrawScoreboard(); - Sbar_Score(); - Sbar_Timer(); - } + if(sb_showscores) + Sbar_DrawScoreboard(); else Sbar_FinaleOverlay();