]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
cmd: Reimplement console buffer system as a cyclic doubly linked list
[xonotic/darkplaces.git] / quakedef.h
index 207c05f6c7eaab0e8dadd6eba45d369e3f5e8e97..8c0ba38c60c230aed1f1cd0be0fbe3a6ff776c32 100644 (file)
@@ -548,6 +548,7 @@ typedef struct host_s
        double sleeptime; // time spent sleeping overall
        qboolean restless; // don't sleep
        qboolean paused; // global paused state, pauses both client and server
+       cbuf_t *cbuf;
 } host_t;
 
 extern host_t host;