]> 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 7120c531f87d98f186085e4d3d789ab664c1c136..9e568af178f84c8cfd75b1bf2d87e374fdc7b102 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -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