1
0
Fork 0

Wrong sense in the pilot acceleration coordinates (or maybe it's a panel

bug?  I'm not sure what points where anymore).
This commit is contained in:
andy 2002-02-27 08:24:37 +00:00
parent df9069a224
commit 5faea1c494

View file

@ -1,5 +1,3 @@
#include <stdio.h>
#include <simgear/misc/sg_path.hxx> #include <simgear/misc/sg_path.hxx>
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <simgear/xml/easyxml.hxx> #include <simgear/xml/easyxml.hxx>
@ -386,7 +384,7 @@ void YASim::copyFromYASim()
_set_Accels_CG_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]); _set_Accels_CG_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]);
_fdm->getAirplane()->getPilotAccel(v); _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 // The one appears (!) to want inverted pilot acceleration
// numbers, in G's... // numbers, in G's...