X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fnavion_engine.c;h=2110275ea4b23463c887b14fbc58b409b2f7a1ae;hb=3698b6ec3d3cdf52ec06446a989ddbe6bc0ea729;hp=eebc849ebbf9f6e1c202029c4a13d5bae0387f53;hpb=61456137368096439a57ab535ddbe7b49c9d3d28;p=flightgear.git diff --git a/LaRCsim/navion_engine.c b/LaRCsim/navion_engine.c index eebc849eb..2110275ea 100644 --- a/LaRCsim/navion_engine.c +++ b/LaRCsim/navion_engine.c @@ -71,8 +71,10 @@ void engine( SCALAR dt, int init ) if (init || sim_control_.sim_type != cockpit) Throttle[3] = Throttle_pct; - F_X_engine = Throttle[3]*813.4/0.2; - F_Z_engine = Throttle[3]*11.36/0.2; + /* F_X_engine = Throttle[3]*813.4/0.2; */ /* original code */ + /* F_Z_engine = Throttle[3]*11.36/0.2; */ /* original code */ + F_X_engine = Throttle[3]*813.4/0.85; + F_Z_engine = Throttle[3]*11.36/0.85; Throttle_pct = Throttle[3]; }