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;