From 471fe324ffec28551d256fbc457e7c068966c39f Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 8 Aug 1999 07:04:11 +0000 Subject: [PATCH] Added a place holder for optionally giving the engine a bit of a boost. --- src/FDM/LaRCsim.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5