]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
centered quake hud in deathmatch, this makes the new score block visible
[xonotic/darkplaces.git] / netconn.h
index 6b5252a339faf01a3281928969a02842b6b635bf..d875e7a81d5e3f40f18d57f314b686d1b63b7384 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -340,6 +340,8 @@ extern int serverreplycount;
 
 extern sizebuf_t net_message;
 
+extern cvar_t sv_public;
+
 extern cvar_t cl_netlocalping;
 
 extern cvar_t cl_netport;
@@ -348,7 +350,7 @@ extern cvar_t net_address;
 //extern cvar_t net_netaddress_ipv6;
 
 qboolean NetConn_CanSend(netconn_t *conn);
-int NetConn_SendUnreliableMessage(netconn_t *conn, sizebuf_t *data, protocolversion_t protocol, int rate);
+int NetConn_SendUnreliableMessage(netconn_t *conn, sizebuf_t *data, protocolversion_t protocol, int rate, qboolean quakesignon_suppressreliables);
 void NetConn_CloseClientPorts(void);
 void NetConn_OpenClientPorts(void);
 void NetConn_CloseServerPorts(void);