mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Void the party invitation once its accepted
This commit is contained in:
parent
02757eac82
commit
110871c3b6
1 changed files with 3 additions and 0 deletions
|
|
@ -2048,6 +2048,8 @@ static void Got_AcceptPartyInvite(UINT8 **cp,INT32 playernum)
|
|||
G_RemovePartyMember(playernum);
|
||||
G_AddPartyMember(invitation, playernum);
|
||||
}
|
||||
|
||||
splitscreen_invitations[playernum] = -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2068,6 +2070,7 @@ static void Got_LeaveParty(UINT8 **cp,INT32 playernum)
|
|||
}
|
||||
|
||||
splitscreen_invitations[playernum] = -1;
|
||||
|
||||
if (splitscreen_party_size[playernum] >
|
||||
splitscreen_original_party_size[playernum])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue