Add support for the Fuel and payload dialog to display the maximum arrested landing weight. Useful for carrier aircraft.
This commit is contained in:
parent
91ae186330
commit
840595fa8d
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ var showWeightDialog = func {
|
|||
tablerow("Max. Ramp Weight", "maximum-ramp-mass-lbs", "%.0f lb" );
|
||||
tablerow("Max. Takeoff Weight", "maximum-takeoff-mass-lbs", "%.0f lb" );
|
||||
tablerow("Max. Landing Weight", "maximum-landing-mass-lbs", "%.0f lb" );
|
||||
tablerow("Max. Arrested Landing Weight", "maximum-arrested-landing-mass-lbs", "%.0f lb" );
|
||||
tablerow("Max. Zero Fuel Weight", "maximum-zero-fuel-mass-lbs", "%.0f lb" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue