]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix a typo in challenge flood protection
[xonotic/darkplaces.git] / client.h
index 711bb3ddafa9e39fe4f92dceb17ec139c7aaab8f..9f86fdab75e63922b2b7a4f4c2c6ab3aeff09b1f 100644 (file)
--- a/client.h
+++ b/client.h
@@ -996,6 +996,7 @@ typedef struct client_state_s
        float bob2_smooth;
        float bobfall_speed;
        float bobfall_swing;
+       double calcrefdef_prevtime;
 
        // don't change view angle, full screen, etc
        int intermission;
@@ -1849,6 +1850,8 @@ waterlevel_t;
 
 typedef struct cl_clientmovement_state_s
 {
+       // entity to be ignored for movement
+       struct prvm_edict_s *self;
        // position
        vec3_t origin;
        vec3_t velocity;