]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
significant cleanup of CL_UpdateEntities, GL_UpdateNetworkEntity, CL_LinkNetworkEntit...
[xonotic/darkplaces.git] / client.h
index 1a6ac795a6668ca9818f33ce8f75ad338e45d1f9..b83c5e9af668c87552027d8e2810d649c09ed18e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -274,8 +274,6 @@ entity_render_t;
 
 typedef struct entity_persistent_s
 {
-       int linkframe;
-
        vec3_t trail_origin;
 
        // particle trail
@@ -300,7 +298,6 @@ entity_persistent_t;
 
 typedef struct entity_s
 {
-       qboolean csqc;
        // baseline state (default values)
        entity_state_t state_baseline;
        // previous state (interpolating from this)
@@ -894,6 +891,7 @@ typedef struct client_state_s
        int loadsound_current;
        int downloadsound_current;
        int loadsound_total;
+       qboolean downloadcsqc;
        qboolean loadfinished;
 
        // quakeworld stuff
@@ -1025,6 +1023,7 @@ void CL_Disconnect (void);
 void CL_Disconnect_f (void);
 
 void CL_UpdateRenderEntity(entity_render_t *ent);
+void CL_UpdateEntities(void);
 
 //
 // cl_input