mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
CL_ClearPlayer: re-add missing invitation set
This commit is contained in:
parent
4ba0ed20e0
commit
fae160babb
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue