]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Remove the rolling in favor of the side-bobbing. I don't believe both effects would...
[xonotic/darkplaces.git] / client.h
index 4395eaafa1f1dd24ead0ac76849646f6d89677dd..c1699bba16fd4a9fe216eb822330f712926f92e4 100644 (file)
--- a/client.h
+++ b/client.h
@@ -978,8 +978,8 @@ typedef struct client_state_s
        double lastongroundtime;
        double hitgroundtime;
 
-       // used by bobroll
-       float bobroll_airtime;
+       // used by bobside and bobroll
+       float bobside_airtime;
 
        // don't change view angle, full screen, etc
        int intermission;