From 29f460a21f7c829259514044801f841614fc9c7a Mon Sep 17 00:00:00 2001 From: fickleheart Date: Mon, 25 Mar 2019 22:52:42 -0500 Subject: [PATCH] pbbbbt fix compile error --- src/d_clisrv.c | 1 + src/d_net.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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();