]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
replaced all uses of sv_player with host_client->edict (because sv_player was often...
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index 016a1dfb798091962310f38f8bcb95c5dae542bf..8bdb4655119037b10be8331852ef66982555160d 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -886,9 +886,6 @@ Sbar_Draw
 */
 void Sbar_Draw (void)
 {
-       if (scr_con_current == vid.conheight)
-               return;         // console is full screen
-
        if (cl.intermission == 1)
        {
                Sbar_IntermissionOverlay();