Review changes
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user