]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
viewmodel matrix fixes:
[xonotic/darkplaces.git] / client.h
index 1ea3e64ec16a4ac93c06c42b32fc19c2ed61acf5..72aaa5e06fcb1ff7c551ac262a54ddc550e4ba3e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1248,6 +1248,7 @@ typedef struct client_state_s
        vec3_t csqc_viewangles;
        vec3_t csqc_vieworiginfromengine;
        vec3_t csqc_viewanglesfromengine;
+       matrix4x4_t csqc_viewmodelmatrixfromengine;
        qboolean csqc_usecsqclistener;
        matrix4x4_t csqc_listenermatrix;
        char csqc_printtextbuf[MAX_INPUTLINE];