Party yourself with ALL party members when being added to a party

This commit is contained in:
James R 2020-03-03 19:22:32 -08:00
parent dd29a44ecc
commit 74f47f83f2

View file

@ -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]);
}