CL_ClearPlayer: re-add missing invitation set

This commit is contained in:
toaster 2023-01-10 15:03:19 +00:00
parent 4ba0ed20e0
commit fae160babb

View file

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