git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4714
d7cf8633-e32d-0410-b094-
e92efae38249
float scr_con_current;
float scr_conlines; // lines of console to display
-int clearconsole;
-int clearnotify;
-
extern int con_vislines;
qboolean scr_drawloading = false;
void SCR_DrawConsole (void)
{
if (scr_con_current)
- {
Con_DrawConsole (scr_con_current);
- clearconsole = 0;
- }
else
{
con_vislines = 0;
continue;
text = con_text + (i % con_totallines)*con_linewidth;
- clearnotify = 0;
-
DrawQ_String(0, v, text, con_linewidth, 8, 8, 1, 1, 1, 1, 0);
v += 8;
if (key_dest == key_message)
{
- clearnotify = 0;
-
x = 0;
// LordHavoc: speedup, and other improvements
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;