From: MirceaKitsune Date: Sun, 26 Sep 2010 20:43:26 +0000 (+0300) Subject: Properly fix the map list. Another check was the problematic one. X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=7d829c444f01f79ad965be78220a09b223032700 Properly fix the map list. Another check was the problematic one. --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 73b6ee56..c118c5f5 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2907,12 +2907,14 @@ void Sbar_Draw (void) Sbar_Score(); Sbar_Timer(); } - else if(sb_showscores) { + if(sb_showscores) { Sbar_DrawScoreboard(); Sbar_Score(); Sbar_Timer(); } - Sbar_FinaleOverlay(); + else + Sbar_FinaleOverlay(); + Sbar_Reset(); } else if (sb_showscores_force || getstati(STAT_HEALTH) <= 0 || intermission == 1)