]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
adjusted up camera height for chase_stevie in GoodVsBad2 as requested by yummyluv
[xonotic/darkplaces.git] / client.h
index 7682a9571fea60ea32dd9c0f05f36da8cd8b88e4..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,6 +427,7 @@ typedef struct
 
        // entity database stuff
        entity_database_t entitydatabase;
+       entity_database4_t *entitydatabase4;
 }
 client_state_t;