Move FORCECLOSE definition to be out of NONET ifdef

Should this just be moved into d_net.h instead of defining it here and in d_net.c?
This commit is contained in:
Sryder 2019-03-11 00:13:43 +00:00
parent e59481735f
commit fd59bfc341

View file

@ -73,6 +73,7 @@
#define PREDICTIONQUEUE BACKUPTICS
#define PREDICTIONMASK (PREDICTIONQUEUE-1)
#define MAX_REASONLENGTH 30
#define FORCECLOSE 0x8000
boolean server = true; // true or false but !server == client
#define client (!server)
@ -1801,8 +1802,6 @@ static void SendAskInfo(INT32 node, boolean viams)
serverelem_t serverlist[MAXSERVERLIST];
UINT32 serverlistcount = 0;
#define FORCECLOSE 0x8000
static void SL_ClearServerList(INT32 connectedserver)
{
UINT32 i;