]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
reducing error output in font loading (use developer != 0 to re-enable)
[xonotic/darkplaces.git] / console.h
index 438e9ca21e2ea40b46eae26621d73a2de23f554c..338690ebfd53d014c5185b975613c700f288dabc 100644 (file)
--- a/console.h
+++ b/console.h
@@ -99,6 +99,7 @@ con_lineinfo_t;
 
 typedef struct conbuffer_s
 {
+       qboolean active;
        int textsize;
        char *text;
        int maxlines;