]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Added a couple todo items related to pq_fullpitch
[xonotic/darkplaces.git] / client.h
index d9facec2aec6c7a53678834bc642d0cd27b186f3..4b6e5660355086a153db3b68cc7b5c000f4cd912 100644 (file)
--- a/client.h
+++ b/client.h
@@ -834,6 +834,7 @@ typedef struct client_static_s
        double connect_nextsendtime;
        lhnetsocket_t *connect_mysocket;
        lhnetaddress_t connect_address;
+       lhnetaddress_t rcon_address;
        // protocol version of the server we're connected to
        // (kept outside client_state_t because it's used between levels)
        protocolversion_t protocol;