X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Autopilot%2Fautopilot.cxx;h=127593aa1710e38cb7a9f30e5ccf7b56d917c4c2;hb=5ead340cee830bada8d35b25e44dee6681040b68;hp=defe45f8959969ef996dc7f84c8a340becec8c88;hpb=71f334cc0dd4667be3449742d57ab9077496b8f1;p=flightgear.git diff --git a/Autopilot/autopilot.cxx b/Autopilot/autopilot.cxx index defe45f89..127593aa1 100644 --- a/Autopilot/autopilot.cxx +++ b/Autopilot/autopilot.cxx @@ -339,7 +339,7 @@ int fgAPRun( void ) if ( total_adj > 1.0 ) { total_adj = 1.0; } if ( total_adj < 0.0 ) { total_adj = 0.0; } - controls.set_throttle( fgCONTROLS::FG_ALL_ENGINES, total_adj ); + controls.set_throttle( FGControls::ALL_ENGINES, total_adj ); } /*