Minor aesthetic tweaks RE review

This commit is contained in:
PikalaxALT
2021-06-02 13:18:59 -04:00
parent c7e8b0857a
commit b3dfc556b1
2 changed files with 10 additions and 12 deletions
+2 -4
View File
@@ -905,11 +905,9 @@ static bool32 RfuProcessEnqueuedRecvBlock(void)
rfu_REQ_disconnect(gRfuLinkStatus->connSlotFlag | gRfuLinkStatus->linkLossSlotFlag);
rfu_waitREQComplete();
status = RfuGetStatus();
if (
status != RFU_STATUS_FATAL_ERROR
if (status != RFU_STATUS_FATAL_ERROR
&& status != RFU_STATUS_JOIN_GROUP_NO
&& status != RFU_STATUS_LEAVE_GROUP
)
&& status != RFU_STATUS_LEAVE_GROUP)
RfuSetStatus(RFU_STATUS_CONNECTION_ERROR, 0x9000);
rfu_clearAllSlot();
gReceivedRemoteLinkPlayers = FALSE;