From 5faea1c494cbc77170dd7c45ab0ff9dae9f17d70 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Feb 2002 08:24:37 +0000 Subject: [PATCH] Wrong sense in the pilot acceleration coordinates (or maybe it's a panel bug? I'm not sure what points where anymore). --- src/FDM/YASim/YASim.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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...