From c185c5684681e7b63eb5ec6d5ef7da35a0b9d5d3 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 26 Sep 2010 23:31:25 +0300 Subject: [PATCH] Fix the map voting screen. I have no idea why that 'else' check was there. Anyway you can now vote for maps at the end of the match like in Nexuiz :) --- 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 16b34b12..73b6ee56 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2912,9 +2912,7 @@ void Sbar_Draw (void) Sbar_Score(); Sbar_Timer(); } - else - Sbar_FinaleOverlay(); - + Sbar_FinaleOverlay(); Sbar_Reset(); } else if (sb_showscores_force || getstati(STAT_HEALTH) <= 0 || intermission == 1) -- 2.39.2