pbbbbt fix compile error

This commit is contained in:
fickleheart 2019-03-25 22:52:42 -05:00
parent 0485b4cf5c
commit 29f460a21f
2 changed files with 1 additions and 1 deletions

View File

@ -3413,6 +3413,7 @@ void D_QuitNetGame(void)
HSendPacket(servernode, true, 0, 0);
}
resynch_local_inprogress = false; // No more resyncing!
D_CloseConnection();
ClearAdminPlayers();

View File

@ -1474,7 +1474,6 @@ void D_CloseConnection(void)
I_NetMakeNodewPort = NULL;
netgame = false;
addedtogame = false;
resynch_local_inprogress = false; // No more resyncing!
}
D_ResetTiccmds();