]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
migrated cls.message and client->message buffers into netconn_t struct
[xonotic/darkplaces.git] / client.h
index 8bc6575e60b5d10bc4c446cd93bc704303bf2773..7efd028cdee8170c2673f064fb143824574839d5 100644 (file)
--- a/client.h
+++ b/client.h
@@ -451,9 +451,6 @@ typedef struct client_static_s
        int signon;
        // network connection
        netconn_t *netcon;
-       // writing buffer to send to server
-       sizebuf_t message;
-       unsigned char message_buf[1024];
 }
 client_static_t;