]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Add a bobside_airtime like for the bobroll, to prevent the effect while in the air...
[xonotic/darkplaces.git] / client.h
index 4395eaafa1f1dd24ead0ac76849646f6d89677dd..b485f5f60af9b887ace985ca3c45b6ec31585cc2 100644 (file)
--- a/client.h
+++ b/client.h
@@ -978,8 +978,9 @@ typedef struct client_state_s
        double lastongroundtime;
        double hitgroundtime;
 
-       // used by bobroll
+       // used by bobside and bobroll
        float bobroll_airtime;
+       float bobside_airtime;
 
        // don't change view angle, full screen, etc
        int intermission;