mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
efde005b7f
commit
e0f77e3510
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int droppedDatagrams;
|
|||
|
||||
static int myDriverLevel;
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
unsigned int length;
|
||||
unsigned int sequence;
|
||||
|
|
Loading…
Reference in a new issue