X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=screen.h;h=b479bc45396cb01ed8fecd9c5bc7e546d701dab9;hb=701925453d9a40b422e3f29fd13e30fe59a9b572;hp=cc1c26c1636cc2243979d6148563318ef274f868;hpb=946b0f6826047585b551278c674053b2869b0dff;p=xonotic%2Fdarkplaces.git diff --git a/screen.h b/screen.h index cc1c26c1..b479bc45 100644 --- a/screen.h +++ b/screen.h @@ -28,15 +28,10 @@ void SCR_CenterPrint(char *str); void SCR_BeginLoadingPlaque (void); -extern float scr_con_current; -extern float scr_conlines; // lines of console to display +extern float scr_con_current; // current height of displayed console extern int sb_lines; -extern int clearnotify; // set to 0 whenever notify text is drawn -extern qboolean scr_disabled_for_loading; -extern qboolean scr_skipupdate; - extern cvar_t scr_viewsize; extern cvar_t scr_fov; extern cvar_t showfps;