]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
*** empty log message ***
[xonotic/darkplaces.git] / client.h
index 92516fbea38d363d6062b4e5dfdaa4a5b4e90b63..c0350f8779d0f21559f85c9dda5bfad53b06bac0 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;
 
@@ -304,6 +308,9 @@ extern client_static_t      cls;
 //
 typedef struct
 {
+       // true if playing in a local game and no one else is connected
+       int islocalgame;
+
        // when connecting to the server throw out the first couple move messages
        // so the player doesn't accidentally do something the first frame
        int movemessages;
@@ -420,6 +427,7 @@ typedef struct
 
        // entity database stuff
        entity_database_t entitydatabase;
+       entity_database4_t *entitydatabase4;
 }
 client_state_t;