summaryrefslogtreecommitdiff
path: root/SA_POP/SA_PlanStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/SA_PlanStrategy.cpp')
-rw-r--r--SA_POP/SA_PlanStrategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SA_POP/SA_PlanStrategy.cpp b/SA_POP/SA_PlanStrategy.cpp
index 10c1b76fe5d..1d0c1baf884 100644
--- a/SA_POP/SA_PlanStrategy.cpp
+++ b/SA_POP/SA_PlanStrategy.cpp
@@ -579,7 +579,7 @@ AddTaskCmd *SA_PlanStrategy::satisfy_cond (Condition open_cond)
// Get add task command.
AddTaskCmd *add_task_cmd =
static_cast<AddTaskCmd *> (this->add_task_cmd_->clone ());
- TaskChoiceList task_list = this->task_choice_->choose_task_fair (open_cond);
+ TaskChoiceList task_list = this->task_choice_->choose_task_once (open_cond);
add_task_cmd->set_id (this->get_next_cmd_id ());
add_task_cmd->set_tasks (task_list);