]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
renamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTOCOL_DARKPLACES1, and so on
[xonotic/darkplaces.git] / client.h
index c0350f8779d0f21559f85c9dda5bfad53b06bac0..88b75241123e5c4f198429e447d033e907fe9419 100644 (file)
--- a/client.h
+++ b/client.h
@@ -425,6 +425,9 @@ typedef struct
        // for interpolation
        float viewzoomold, viewzoomnew;
 
+       // protocol version of the server we're connected to
+       int protocol;
+
        // entity database stuff
        entity_database_t entitydatabase;
        entity_database4_t *entitydatabase4;