]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix issues with V_CalcRefdef in CSQC and stereo view
[xonotic/darkplaces.git] / client.h
index 711bb3ddafa9e39fe4f92dceb17ec139c7aaab8f..c7541f5239a4c4820b89d585436743694ea642e2 100644 (file)
--- a/client.h
+++ b/client.h
@@ -996,6 +996,7 @@ typedef struct client_state_s
        float bob2_smooth;
        float bobfall_speed;
        float bobfall_swing;
+       double calcrefdef_prevtime;
 
        // don't change view angle, full screen, etc
        int intermission;