]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
made darkplaces compile successfully with g++ to test for errors C doesn't care about...
[xonotic/darkplaces.git] / protocol.h
index b749fe6a4e525b7d9659bcc44d6f50d7b469d1ef..4adda06add3c210201189db34155974bcccd399d 100644 (file)
@@ -352,7 +352,7 @@ typedef struct
 entity_state_t;
 
 // baseline state values
-entity_state_t defaultstate;
+extern entity_state_t defaultstate;
 // reads a quake entity from the network stream
 void EntityFrameQuake_ReadEntity(int bits);
 // writes a list of quake entities to the network stream