Misc missing constant use
This commit is contained in:
@@ -1918,7 +1918,8 @@ static void Task_PlayerExchangeUpdate(u8 taskId)
|
||||
for (i = 0; i < RFU_CHILD_MAX; i++)
|
||||
sio->linkPlayerIdx[i] = gRfu.linkPlayerIdx[i];
|
||||
memcpy(sio->linkPlayers, gLinkPlayers, sizeof(gLinkPlayers));
|
||||
if (SendBlock(0, gBlockSendBuffer, 0xa0))
|
||||
// Send SioInfo but exclude the 92 unused bytes at the end
|
||||
if (SendBlock(0, gBlockSendBuffer, offsetof(struct SioInfo, filler)))
|
||||
gTasks[taskId].tState++;
|
||||
break;
|
||||
case 5:
|
||||
|
||||
Reference in New Issue
Block a user