]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix a few warnings
[xonotic/darkplaces.git] / client.h
index c1699bba16fd4a9fe216eb822330f712926f92e4..da24f2aa396743b272fd972a791df6a4bb54079f 100644 (file)
--- a/client.h
+++ b/client.h
@@ -977,9 +977,9 @@ typedef struct client_state_s
        qboolean oldonground;
        double lastongroundtime;
        double hitgroundtime;
-
-       // used by bobside and bobroll
-       float bobside_airtime;
+       float bob2_smooth;
+       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;