]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
changed DP_SMALLMEMORY compiles to use the standard NET_MAXMESSAGE value
[xonotic/darkplaces.git] / cl_parse.c
index 81e08aaefe86bc5bc53e9c0678ccbeb9ac58f384..7a1ef5de1e1e7cdfa90f0df6d4dbcbd9ec91a258 100644 (file)
@@ -1380,7 +1380,7 @@ void CL_StopDownload(int size, int crc)
 void CL_ParseDownload(void)
 {
        int i, start, size;
-       unsigned char data[NET_MAXMESSAGE];
+       static unsigned char data[NET_MAXMESSAGE];
        start = MSG_ReadLong();
        size = (unsigned short)MSG_ReadShort();