From: curt Date: Sun, 8 Aug 1999 07:04:11 +0000 (+0000) Subject: Added a place holder for optionally giving the engine a bit of a boost. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=471fe324ffec28551d256fbc457e7c068966c39f;p=flightgear.git Added a place holder for optionally giving the engine a bit of a boost. --- diff --git a/src/FDM/LaRCsim.cxx b/src/FDM/LaRCsim.cxx index 16baf9a1c..cbed2dd95 100644 --- a/src/FDM/LaRCsim.cxx +++ b/src/FDM/LaRCsim.cxx @@ -56,7 +56,7 @@ int fgLaRCsimUpdate(FGInterface& f, int multiloop) { Long_control = controls.get_elevator(); Long_trim = controls.get_elevator_trim(); Rudder_pedal = controls.get_rudder(); - Throttle_pct = controls.get_throttle( 0 ); + Throttle_pct = controls.get_throttle( 0 ) * 1.0; Brake_pct = controls.get_brake( 0 ); // Inform LaRCsim of the local terrain altitude