]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
add the priv.server->move field needed by a previous commit
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 6aeb4f15f10dc72ce4559face912575af4c29b72..63f40578164996b3f0b3e14ffee6da7627d9f786 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -38,6 +38,9 @@ typedef struct edict_engineprivate_s
        // sv.time when the object was freed (to prevent early reuse which could
        // mess up client interpolation or obscure severe QuakeC bugs)
        float freetime;
+       // initially false to prevent projectiles from moving on their first frame
+       // (even if they were spawned by an synchronous client think)
+       qboolean move;
 
        // cached cluster links for quick stationary object visibility checking
        vec3_t cullmins, cullmaxs;