diff --git a/engine/common/console.h b/engine/common/console.h index 49fc7d950..60ca237c5 100644 --- a/engine/common/console.h +++ b/engine/common/console.h @@ -67,6 +67,7 @@ typedef struct console_s int linewidth; int totallines; int vislines; + qboolean unseentext; int commandcompletion; //allows tab completion of quake console commands void (*linebuffered) (struct console_s *con, char *line); //if present, called on enter, causes the standard console input to appear. void (*redirect) (struct console_s *con, int key); //if present, called every characture.