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 07ecfbc1d7
commit b9c3e56500
1 changed files with 1 additions and 2 deletions

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;