]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/vacuum.cxx
Add a *really* crude model of ITT, Oil Temp, and Oil Pressure. This
[flightgear.git] / src / Systems / vacuum.cxx
index fcf80d5c31838a8b15e7d98a7186fcb453276b9c..256e6efaff80c07a9290f13df02126a39fe84861 100644 (file)
@@ -60,8 +60,6 @@ VacuumSystem::init()
     _rpm_node = fgGetNode(rpm.c_str(), true);
     _pressure_node = fgGetNode("/environment/pressure-inhg", true);
     _suction_node = node->getChild("suction-inhg", 0, true);
-
-    _serviceable_node->setBoolValue(true);
 }
 
 void