net_dgrm.c: made the packetBuffer struct static.

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

View file

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