1
0
Fork 0

Add support for the Fuel and payload dialog to display the maximum arrested landing weight. Useful for carrier aircraft.

This commit is contained in:
Stuart Buchanan 2013-01-22 21:35:33 +00:00
parent 91ae186330
commit 840595fa8d

View file

@ -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" );
}