mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Party yourself with ALL party members when being added to a party
This commit is contained in:
parent
dd29a44ecc
commit
74f47f83f2
1 changed files with 2 additions and 2 deletions
|
|
@ -188,10 +188,10 @@ G_AddPartyMember (int invitation, int playernum)
|
|||
}
|
||||
else if (playernum == consoleplayer)
|
||||
{
|
||||
splitscreen_partied[invitation] = true;
|
||||
|
||||
for (i = 0; i < new_party_size; ++i)
|
||||
{
|
||||
splitscreen_partied[playerconsole[party[i]]] = true;
|
||||
|
||||
displayplayers[i] = party[i];
|
||||
P_ResetCamera(&players[displayplayers[i]], &camera[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue