net_dgrm.c: made the packetBuffer struct static.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@210 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-21 10:03:10 +00:00
parent 9ca3cf7a34
commit 6316a9322d

View file

@ -74,7 +74,7 @@ int droppedDatagrams;
static int myDriverLevel; static int myDriverLevel;
struct static struct
{ {
unsigned int length; unsigned int length;
unsigned int sequence; unsigned int sequence;