]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Balloon.cxx
Updates from the Jon and Tony show.
[flightgear.git] / src / FDM / Balloon.cxx
index ec77205b0fcad168039df73e6a898951af8da0d7..85331bb6398937cb01919a54520ae105896a203f 100644 (file)
@@ -110,7 +110,7 @@ int FGBalloonSim::update( int multiloop ) {
     }
 
     // set control positions
-    current_balloon.set_burner_strength ( controls.get_elevator() ); /*controls.get_throttle( 0 )*/
+    current_balloon.set_burner_strength ( controls.get_throttle(0) );
     //not more implemented yet
 
     // Inform BalloonSim of the local terrain altitude