Hack to fix slow wipe when connecting
Look at the wipe system later and properly fix this
This commit is contained in:
parent
b3d52d265c
commit
c44a988f87
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_WAITINGPLAYERS;
|
||||
wipegamestate = GS_NULL;
|
||||
|
||||
ClearAdminPlayers();
|
||||
Schedule_Clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue