mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Merge pull request #447 from ConfusionAlphaX/local-resynch-fix
Fix title screen broken when leaving during resynch
This commit is contained in:
commit
a6d49eaaa7
1 changed files with 1 additions and 0 deletions
|
@ -2540,6 +2540,7 @@ void CL_Reset(void)
|
|||
multiplayer = false;
|
||||
servernode = 0;
|
||||
server = true;
|
||||
resynch_local_inprogress = false;
|
||||
doomcom->numnodes = 1;
|
||||
doomcom->numslots = 1;
|
||||
SV_StopServer();
|
||||
|
|
Loading…
Reference in a new issue