Add Amy to credits
This commit is contained in:
parent
f4e1647257
commit
ca8d0b9c9c
|
@ -8,6 +8,7 @@ Developers:
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
AloXado320
|
AloXado320
|
||||||
|
Amy54Desu
|
||||||
anzz1
|
anzz1
|
||||||
Avery
|
Avery
|
||||||
Cameron Hall
|
Cameron Hall
|
||||||
|
|
|
@ -67,7 +67,7 @@ void network_send_join(struct Packet* joinRequestPacket) {
|
||||||
// figure out id
|
// figure out id
|
||||||
u8 globalIndex = joinRequestPacket->localIndex;
|
u8 globalIndex = joinRequestPacket->localIndex;
|
||||||
if (globalIndex == UNKNOWN_LOCAL_INDEX) {
|
if (globalIndex == UNKNOWN_LOCAL_INDEX) {
|
||||||
for (int i = 1; i < configAmountofPlayers; i++) {
|
for (u32 i = 1; i < configAmountofPlayers; i++) {
|
||||||
if (!gNetworkPlayers[i].connected) {
|
if (!gNetworkPlayers[i].connected) {
|
||||||
globalIndex = i;
|
globalIndex = i;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue