Use TASK_NONE constant

This commit is contained in:
GriffinR
2021-02-19 23:22:26 -05:00
parent e52b46ab43
commit a5852d57d1
40 changed files with 115 additions and 116 deletions
+1 -1
View File
@@ -890,7 +890,7 @@ static void sub_81CBC1C(void)
static void sub_81CBC38(int arg0)
{
u8 taskId = FindTaskIdByFunc(sub_81CBC64);
if (taskId != 0xFF)
if (taskId != TASK_NONE)
gTasks[taskId].data[15] = arg0;
}