Review changes

This commit is contained in:
Eduardo Quezada
2022-09-04 21:23:24 -03:00
parent 9241dc6fe7
commit 7dcac240d4
3 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ static void Task_StaticCountdown_Run(u8 taskId)
u16 packet[RFU_PACKET_SIZE];
s16 *data = gTasks[taskId].data;
if (gReceivedRemoteLinkPlayers != 0)
if (gReceivedRemoteLinkPlayers)
{
// Read link timer
if (gRecvCmds[0][1] == LINKCMD_COUNTDOWN)