]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix a few warnings
[xonotic/darkplaces.git] / client.h
index 8b9298df64ce376d11987fdfd46fb21037321253..da24f2aa396743b272fd972a791df6a4bb54079f 100644 (file)
--- a/client.h
+++ b/client.h
@@ -978,8 +978,8 @@ typedef struct client_state_s
        double lastongroundtime;
        double hitgroundtime;
        float bob2_smooth;
-       
-       float ground_hit_speed;
+       float bobfall_speed;
+       float bobfall_swing;
 
        // don't change view angle, full screen, etc
        int intermission;
@@ -1200,6 +1200,7 @@ typedef struct client_state_s
        float movevars_airstrafeaccel_qw;
        float movevars_aircontrol;
        float movevars_aircontrol_power;
+       float movevars_aircontrol_penalty;
        float movevars_warsowbunny_airforwardaccel;
        float movevars_warsowbunny_accel;
        float movevars_warsowbunny_topspeed;