From: ehofman Date: Wed, 28 May 2003 17:53:42 +0000 (+0000) Subject: Switch roll and yaw trim commands X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=679325b94792257dc873bffbdbbe4ffe72c32f28;p=flightgear.git Switch roll and yaw trim commands --- diff --git a/src/FDM/JSBSim/FGFCS.cpp b/src/FDM/JSBSim/FGFCS.cpp index c53d5e75e..0e1d3f81b 100644 --- a/src/FDM/JSBSim/FGFCS.cpp +++ b/src/FDM/JSBSim/FGFCS.cpp @@ -602,13 +602,13 @@ void FGFCS::bind(void) &FGFCS::SetPitchTrimCmd, true); PropertyManager->Tie("fcs/roll-trim-cmd-norm", this, - &FGFCS::GetYawTrimCmd, - &FGFCS::SetYawTrimCmd, - true); - PropertyManager->Tie("fcs/yaw-trim-cmd-norm", this, &FGFCS::GetRollTrimCmd, &FGFCS::SetRollTrimCmd, true); + PropertyManager->Tie("fcs/yaw-trim-cmd-norm", this, + &FGFCS::GetYawTrimCmd, + &FGFCS::SetYawTrimCmd, + true); PropertyManager->Tie("gear/gear-cmd-norm", this, &FGFCS::GetGearCmd, &FGFCS::SetGearCmd,