FlightTask: use convetion for definition of the landing gear default value

This commit is contained in:
Simone Guscetti
2018-11-13 16:53:36 +01:00
committed by Dennis Mannhart
parent 9ee3d79a96
commit 2c06cb71c8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const landing_gear_s FlightTasks::getGear()
return _current_task.task->getGear();
} else {
return FlightTask::landing_gear_default_keep;
return FlightTask::empty_landing_gear_default_keep;
}
}