]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't delay displaying of the accuracy panel when the game is over
authorterencehill <piuntn@gmail.com>
Wed, 12 Sep 2018 19:10:11 +0000 (21:10 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 12 Sep 2018 19:10:11 +0000 (21:10 +0200)
qcsrc/client/hud/panel/scoreboard.qc

index c4afbe98f28acac605ce6375c3a68c2668c54b2f..3d9e333bab70f949d2e13dc0fac7a8d5b75abc17 100644 (file)
@@ -1504,7 +1504,8 @@ bool Scoreboard_AccuracyStats_WouldDraw(float ypos)
                return false;
 
        if (time < scoreboard_time + autocvar_hud_panel_scoreboard_accuracy_showdelay
-               && ypos > autocvar_hud_panel_scoreboard_accuracy_showdelay_minpos * vid_conheight)
+               && ypos > autocvar_hud_panel_scoreboard_accuracy_showdelay_minpos * vid_conheight
+               && !intermission)
        {
                return false;
        }