]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
runstandardplayerphysics: ignore the passed edict for player physics (consistent...
[xonotic/darkplaces.git] / client.h
index c7541f5239a4c4820b89d585436743694ea642e2..9f86fdab75e63922b2b7a4f4c2c6ab3aeff09b1f 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1850,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;