]> git.mxchange.org Git - flightgear.git/commitdiff
Set default elevator trim to 0 to avoid FPEs and improve transparency
authordavid <david>
Thu, 27 Dec 2001 22:34:32 +0000 (22:34 +0000)
committerdavid <david>
Thu, 27 Dec 2001 22:34:32 +0000 (22:34 +0000)
(per-aircraft default trim can be set in the XML config files).

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 )