diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 811645da..9bd33c4a 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -3413,6 +3413,7 @@ void D_QuitNetGame(void) HSendPacket(servernode, true, 0, 0); } + resynch_local_inprogress = false; // No more resyncing! D_CloseConnection(); ClearAdminPlayers(); diff --git a/src/d_net.c b/src/d_net.c index 0219f24d..164be502 100644 --- a/src/d_net.c +++ b/src/d_net.c @@ -1474,7 +1474,6 @@ void D_CloseConnection(void) I_NetMakeNodewPort = NULL; netgame = false; addedtogame = false; - resynch_local_inprogress = false; // No more resyncing! } D_ResetTiccmds();