]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
md3 tag attachments (implemented but untested), also the capability to attach any...
[xonotic/darkplaces.git] / client.h
index 92516fbea38d363d6062b4e5dfdaa4a5b4e90b63..7682a9571fea60ea32dd9c0f05f36da8cd8b88e4 100644 (file)
--- a/client.h
+++ b/client.h
@@ -157,6 +157,10 @@ entity_render_t;
 
 typedef struct entity_persistent_s
 {
+       int linkframe;
+
+       vec3_t trail_origin;
+
        // particle trail
        float trail_time;