]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
added ping and packet loss display to scoreboard, and pings/pingplreport commands...
[xonotic/darkplaces.git] / cl_screen.c
index c35d11393a89bd9c3a0cba4b296e82a1fc92c08f..7c2b09bf00a499483acce2c37c77597af529eea5 100644 (file)
@@ -51,7 +51,6 @@ float         scr_con_current;
 
 extern int     con_vislines;
 
-void DrawCrosshair(int num);
 static void SCR_ScreenShot_f (void);
 static void R_Envmap_f (void);
 
@@ -441,7 +440,7 @@ void SCR_DrawConsole (void)
        else
        {
                con_vislines = 0;
-               if (key_dest == key_game || key_dest == key_message)
+               if ((key_dest == key_game || key_dest == key_message) && !r_letterbox.value)
                        Con_DrawNotify ();      // only draw notify in game
        }
 }