From: curt Date: Sat, 9 Oct 1999 13:07:35 +0000 (+0000) Subject: Updates contributed by Norman Vine. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=65ea4e8bfc13859748207fb91e0e201f48f5aeba;p=flightgear.git Updates contributed by Norman Vine. --- diff --git a/src/Autopilot/autopilot.cxx b/src/Autopilot/autopilot.cxx index a3d91db1e..90d7397e1 100644 --- a/src/Autopilot/autopilot.cxx +++ b/src/Autopilot/autopilot.cxx @@ -1280,7 +1280,8 @@ int fgAPRun( void ) { } controls.set_aileron( AileronSet ); - controls.set_rudder( 0.0 ); + controls.set_rudder( AileronSet / 2.0 ); + // controls.set_rudder( 0.0 ); } // altitude hold or terrain follow enabled?