diff --git a/src/flight.h b/src/flight.h index a438f10..87fb32e 100644 --- a/src/flight.h +++ b/src/flight.h @@ -26,7 +26,7 @@ static const char *flight_type_string[] = { FLIGHT_TYPE }; #include "pair.h" struct glider { - struct pair type, reg, launch; + struct pair type, reg, launch, landing; enum launch_type how; unsigned height_ft, pilot_min, dual_min, instr_min; struct pair remarks; @@ -64,7 +64,7 @@ struct flight_tree_iterator { struct tree_flight_iterator _; }; || !defined BASE && !defined GENERIC && !defined PROTO /*