]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/models/propulsion/FGPiston.cpp
Syn.c w. JSBSim.
[flightgear.git] / src / FDM / JSBSim / models / propulsion / FGPiston.cpp
index e40a01736cceb760c6436e793d7a84077c1a4d6e..d090e291350bc22ac6da2cc8f035f859ca544fc1 100644 (file)
@@ -298,6 +298,7 @@ double FGPiston::Calculate(void)
 
   if (Thruster->GetType() == FGThruster::ttPropeller) {
     ((FGPropeller*)Thruster)->SetAdvance(FCS->GetPropAdvance(EngineNumber));
+    ((FGPropeller*)Thruster)->SetFeather(FCS->GetPropFeather(EngineNumber));
   }
 
   PowerAvailable = (HP * hptoftlbssec) - Thruster->GetPowerRequired();