]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
*** empty log message ***
[xonotic/darkplaces.git] / client.h
index 4713f19dffb34561c45c4768529e1c6488d73978..c0350f8779d0f21559f85c9dda5bfad53b06bac0 100644 (file)
--- a/client.h
+++ b/client.h
@@ -308,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;
@@ -424,7 +427,7 @@ typedef struct
 
        // entity database stuff
        entity_database_t entitydatabase;
-       entity_database4_t entitydatabase4;
+       entity_database4_t *entitydatabase4;
 }
 client_state_t;