Show takeoff time in waypoint list.

https://github.com/Khopa/dcs_liberation/issues/536
This commit is contained in:
Dan Albert
2020-12-12 13:21:43 -08:00
parent 31fdd24c3e
commit 07e5c568c4
2 changed files with 12 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ class TravelTime:
return timedelta(hours=distance / speed * error_factor)
# TODO: Most if not all of this should move into FlightPlan.
class TotEstimator:
# An extra five minutes given as wiggle room. Expected to be spent at the
# hold point performing any last minute configuration.