Port script_movement

This commit is contained in:
PikalaxALT
2020-02-24 15:31:40 -05:00
parent a0fa06a066
commit 3666a47d1c
13 changed files with 257 additions and 629 deletions
+1 -1
View File
@@ -948,7 +948,7 @@ void sub_8071898(void)
while (TRUE)
{
taskId = FindTaskIdByFunc(sub_80718B8);
if (taskId == TASK_NONE)
if (taskId == TAIL_SENTINEL)
break;
DestroyTask(taskId);
}