mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-01 15:11:22 +00:00
pbbbbt fix compile error
This commit is contained in:
parent
0485b4cf5c
commit
29f460a21f
2 changed files with 1 additions and 1 deletions
|
@ -3413,6 +3413,7 @@ void D_QuitNetGame(void)
|
|||
HSendPacket(servernode, true, 0, 0);
|
||||
}
|
||||
|
||||
resynch_local_inprogress = false; // No more resyncing!
|
||||
D_CloseConnection();
|
||||
ClearAdminPlayers();
|
||||
|
||||
|
|
|
@ -1474,7 +1474,6 @@ void D_CloseConnection(void)
|
|||
I_NetMakeNodewPort = NULL;
|
||||
netgame = false;
|
||||
addedtogame = false;
|
||||
resynch_local_inprogress = false; // No more resyncing!
|
||||
}
|
||||
|
||||
D_ResetTiccmds();
|
||||
|
|
Loading…
Reference in a new issue