]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
show more detail in "has no triangles" and "has no vertexes" warning
[xonotic/darkplaces.git] / client.h
index 2ab8079c991786b1683073dfa8fe5fe06695b319..f840b331b3b1e30b171b059b6854c1eb2b07e1a4 100644 (file)
--- a/client.h
+++ b/client.h
@@ -715,6 +715,9 @@ typedef struct client_static_s
 
        // video capture stuff
        capturevideostate_t capturevideo;
+
+       // crypto channel
+       crypto_t crypto;
 }
 client_static_t;