git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9908
d7cf8633-e32d-0410-b094-
e92efae38249
if(client->sv_demo_file != NULL)
{
int i;
- char buf[NET_MAXMESSAGE];
+ static char buf[NET_MAXMESSAGE];
sizebuf_t sb;
sb.data = (unsigned char *) buf;
int clientrate, maxrate, maxsize, maxsize2, downloadsize;
sizebuf_t msg;
int stats[MAX_CL_STATS];
- unsigned char sv_sendclientdatagram_buf[NET_MAXMESSAGE];
+ static unsigned char sv_sendclientdatagram_buf[NET_MAXMESSAGE];
// obey rate limit by limiting packet frequency if the packet size
// limiting fails