]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
Use double for cvar values. Fixes a number of bugs caused by atof precision loss
[xonotic/darkplaces.git] / netconn.h
index ca46851e85ff84b457af3777161fa591b570f4c7..9e568af178f84c8cfd75b1bf2d87e374fdc7b102 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -441,7 +441,6 @@ void NetConn_OpenServerPorts(int opennetports);
 void NetConn_UpdateSockets(void);
 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address);
 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address);
-void NetConn_Init_Commands(void);
 void NetConn_Init(void);
 void NetConn_Shutdown(void);
 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);
@@ -471,7 +470,7 @@ void ServerList_ResetMasks(void);
 void ServerList_QueryList(qboolean resetcache, qboolean querydp, qboolean queryqw, qboolean consoleoutput);
 
 /// called whenever net_slist_favorites changes
-void NetConn_UpdateFavorites(void);
+void NetConn_UpdateFavorites_c(char *string);
 #endif
 
 #define MAX_CHALLENGES 128