From c44a988f8783e8eca9544b6d4eb15e346132c1e6 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 12 Dec 2025 12:31:42 -0500 Subject: [PATCH] Hack to fix slow wipe when connecting Look at the wipe system later and properly fix this --- src/d_clisrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 51803d714..77f68b39a 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -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();