From 65ea4e8bfc13859748207fb91e0e201f48f5aeba Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 9 Oct 1999 13:07:35 +0000 Subject: [PATCH] Updates contributed by Norman Vine. --- src/Autopilot/autopilot.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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? -- 2.39.5