Hack to fix slow wipe when connecting

Look at the wipe system later and properly fix this
This commit is contained in:
NepDisk 2025-12-12 12:31:42 -05:00
parent b3d52d265c
commit c44a988f87

View file

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