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