SAGA2: Rename abort() methods
This commit is contained in:
parent
863adf7918
commit
b8ab6203e4
8 changed files with 87 additions and 154 deletions
|
@ -62,7 +62,7 @@ ActorAssignment::~ActorAssignment(void) {
|
|||
if (a->currentGoal == actorGoalFollowAssignment
|
||||
&& a->curTask != NULL) {
|
||||
// If so, abort it
|
||||
a->curTask->abort();
|
||||
a->curTask->abortTask();
|
||||
delete a->curTask;
|
||||
a->curTask = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue