]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
fix a crash on shutdown when using developer_memory 1 (the conbuffer_t
[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;