From: andy Date: Wed, 27 Feb 2002 08:24:37 +0000 (+0000) Subject: Wrong sense in the pilot acceleration coordinates (or maybe it's a panel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5faea1c494cbc77170dd7c45ab0ff9dae9f17d70;p=flightgear.git Wrong sense in the pilot acceleration coordinates (or maybe it's a panel bug? I'm not sure what points where anymore). --- diff --git a/src/FDM/YASim/YASim.cxx b/src/FDM/YASim/YASim.cxx index e2b6d1e09..118d14aab 100644 --- a/src/FDM/YASim/YASim.cxx +++ b/src/FDM/YASim/YASim.cxx @@ -1,5 +1,3 @@ -#include - #include #include #include @@ -386,7 +384,7 @@ void YASim::copyFromYASim() _set_Accels_CG_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]); _fdm->getAirplane()->getPilotAccel(v); - _set_Accels_Pilot_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]); + _set_Accels_Pilot_Body(M2FT*v[0], M2FT*v[1], -M2FT*v[2]); // The one appears (!) to want inverted pilot acceleration // numbers, in G's...