]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix the EndIncreaseEdicts handlers as edicts beyond num_edicts are not initialized yet
[xonotic/darkplaces.git] / client.h
index 5b2e1f9dd5c88539006ae16551dcf0cd78872e7f..3a7b69390d0fae1c852b96de07310516e5de960d 100644 (file)
--- a/client.h
+++ b/client.h
@@ -938,10 +938,12 @@ typedef struct client_state_s
        qboolean movement_replay_canjump;
 
        // previous gun angles (for leaning effects)
+       vec3_t gunangles_prev;
        vec3_t gunangles_highpass;
        vec3_t gunangles_adjustment_lowpass;
        vec3_t gunangles_adjustment_highpass;
        // previous gun angles (for leaning effects)
+       vec3_t gunorg_prev;
        vec3_t gunorg_highpass;
        vec3_t gunorg_adjustment_lowpass;
        vec3_t gunorg_adjustment_highpass;
@@ -1186,6 +1188,7 @@ typedef struct client_state_s
        float movevars_airstrafeaccelerate;
        float movevars_maxairstrafespeed;
        float movevars_aircontrol;
+       float movevars_aircontrol_power;
        float movevars_warsowbunny_airforwardaccel;
        float movevars_warsowbunny_accel;
        float movevars_warsowbunny_topspeed;