]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Attempt to implement landing viewshake effect (the camera lowering and going back...
[xonotic/darkplaces.git] / client.h
index 39df09f0e3d7969480fe36be15f17590e8154ffe..266a99dff9d73dd1aae5a7478481c3b7d841c3c7 100644 (file)
--- a/client.h
+++ b/client.h
@@ -972,6 +972,9 @@ typedef struct client_state_s
        qboolean oldonground;
        double lastongroundtime;
        double hitgroundtime;
+       float bob2_smooth;
+       
+       float ground_hit_speed;
 
        // don't change view angle, full screen, etc
        int intermission;