net_dgrm.c: made the packetBuffer struct static.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@210 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-06-21 10:03:10 +00:00
parent efde005b7f
commit e0f77e3510

View file

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