]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
sorry for this 100% untested change... making srcon use the new challenge-based proto...
[xonotic/darkplaces.git] / client.h
index f6a8a4d67e3a22a44c7b1964fd8b43b02c24a083..acab743af8b32db34498a07040461a7558e9c5ad 100644 (file)
--- a/client.h
+++ b/client.h
@@ -581,6 +581,12 @@ typedef struct client_static_s
        // (kept outside client_state_t because it's used between levels)
        protocolversion_t protocol;
 
+#define MAX_RCONS 64
+       int rcon_trying;
+       lhnetaddress_t rcon_addresses[MAX_RCONS];
+       char rcon_commands[MAX_RCONS][MAX_INPUTLINE];
+       int rcon_ringpos;
+
 // connection information
        // 0 to SIGNONS
        int signon;