From fae160babb1272555083960054d8c0b77f4e83ca Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 10 Jan 2023 15:03:19 +0000 Subject: [PATCH] CL_ClearPlayer: re-add missing invitation set --- src/d_clisrv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 151fdb436..b061d6f8b 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -2549,6 +2549,7 @@ void CL_ClearPlayer(INT32 playernum) if (splitscreen_invitations[i] == playernum) splitscreen_invitations[i] = -1; } + splitscreen_invitations[playernum] = -1; splitscreen_party_size[playernum] = 0; splitscreen_original_party_size[playernum] = 0;