mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-14 00:10:46 +00:00
Just a minor consistency fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2778 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f4eca4b936
commit
93c94f2b61
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void SV_MVD_RunPendingConnections(void)
|
||||||
{
|
{
|
||||||
np = demo.pendingdest->nextdest;
|
np = demo.pendingdest->nextdest;
|
||||||
|
|
||||||
if (demo.pendingdest->socket != -1)
|
if (demo.pendingdest->socket != INVALID_SOCKET)
|
||||||
closesocket(demo.pendingdest->socket);
|
closesocket(demo.pendingdest->socket);
|
||||||
Z_Free(demo.pendingdest);
|
Z_Free(demo.pendingdest);
|
||||||
demo.pendingdest = np;
|
demo.pendingdest = np;
|
||||||
|
|
Loading…
Reference in a new issue