]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
stop predicting movement when no server packets have been received for
[xonotic/darkplaces.git] / netconn.h
index 09c6b72f0cd7414061b88ebe1dd81199ca62c42d..f8b42fa9fae7d544999325db7281d25d835e78c2 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -423,7 +423,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 NetConn_UpdateFavorites(void);
 
 #endif