Merge pull request #447 from ConfusionAlphaX/local-resynch-fix

Fix title screen broken when leaving during resynch
This commit is contained in:
SteelT 2020-01-21 19:09:15 -05:00 committed by GitHub
commit a6d49eaaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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();