mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
pbbbbt fix compile error
This commit is contained in:
parent
bffe706288
commit
5a138981a8
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…
Add table
Reference in a new issue