]> git.mxchange.org Git - flightgear.git/blobdiff - src/Controls/controls.cxx
Return a positive shortage when there is still fuel in the tank;
[flightgear.git] / src / Controls / controls.cxx
index 286af8010c8f8e14b9aac87d86c1f7b17f901864..839353327f580ba29d10436085417bdca473d88d 100644 (file)
@@ -32,7 +32,7 @@ FGControls::FGControls() :
     aileron( 0.0 ),
     aileron_trim( 0.0 ),
     elevator( 0.0 ),
-    elevator_trim( 1.969572E-03 ),
+    elevator_trim( 0.0 ),
     rudder( 0.0 ),
     rudder_trim( 0.0 ),
     throttle_idle( true )