Revert "Hack to fix slow wipe when connecting"
This reverts commit c44a988f87.
This commit is contained in:
parent
c44a988f87
commit
2e4aea934d
1 changed files with 1 additions and 1 deletions
|
|
@ -2226,7 +2226,7 @@ static void CL_ConnectToServer(void)
|
|||
DEBFILE(va("waiting %d nodes\n", doomcom->numnodes));
|
||||
M_ClearMenus(true);
|
||||
G_SetGamestate(GS_WAITINGPLAYERS);
|
||||
wipegamestate = GS_NULL;
|
||||
wipegamestate = GS_WAITINGPLAYERS;
|
||||
|
||||
ClearAdminPlayers();
|
||||
Schedule_Clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue