From: MirceaKitsune Date: Sun, 26 Sep 2010 20:31:25 +0000 (+0300) Subject: Fix the map voting screen. I have no idea why that 'else' check was there. Anyway... X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=c185c5684681e7b63eb5ec6d5ef7da35a0b9d5d3;hp=5cca691a4014aa7380830e3f550685c4da8a828a 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 :) --- 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)