]> 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 6f0d762e8043e35e2c8001e0be55837c7e1921e5..9e568af178f84c8cfd75b1bf2d87e374fdc7b102 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -421,7 +421,7 @@ extern char sv_readstring[MAX_INPUTLINE];
 
 extern cvar_t sv_public;
 
-extern cvar_t cl_netlocalping;
+extern cvar_t net_fakelag;
 
 extern cvar_t cl_netport;
 extern cvar_t sv_netport;
@@ -470,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