]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
fixed bug that made light filter cubemaps not work in GLSL mode (was binding a cubema...
[xonotic/darkplaces.git] / netconn.c
index 039f7e1f552f3b51b5e6a6d29e3fbbe314e41fc3..00d5dd075ec2cd17935e0510fff3a06dc88ba82c 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -116,10 +116,10 @@ static double serverlist_querywaittime = 0;
 static unsigned char sendbuffer[NET_HEADERSIZE+NET_MAXMESSAGE];
 static unsigned char readbuffer[NET_HEADERSIZE+NET_MAXMESSAGE];
 
-int cl_numsockets;
-lhnetsocket_t *cl_sockets[16];
-int sv_numsockets;
-lhnetsocket_t *sv_sockets[16];
+static int cl_numsockets;
+static lhnetsocket_t *cl_sockets[16];
+static int sv_numsockets;
+static lhnetsocket_t *sv_sockets[16];
 
 netconn_t *netconn_list = NULL;
 mempool_t *netconn_mempool = NULL;