]> de.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 412d00eea9f590c3cc24206f79a345cf56776631..8b9298df64ce376d11987fdfd46fb21037321253 100644 (file)
--- a/client.h
+++ b/client.h
@@ -978,6 +978,8 @@ typedef struct client_state_s
        double lastongroundtime;
        double hitgroundtime;
        float bob2_smooth;
+       
+       float ground_hit_speed;
 
        // don't change view angle, full screen, etc
        int intermission;