1
0
Fork 0

Default KT-70 to serviceable = true.

This commit is contained in:
curt 2005-01-05 04:15:19 +00:00
parent 8512984da5
commit 632f5993f7

View file

@ -94,6 +94,7 @@ void FGKT_70::init ()
bus_power = fgGetNode("/systems/electrical/outputs/transponder", true);
serviceable_node = (node->getChild("inputs", 0, true))
->getChild("serviceable", 0, true);
serviceable_node->setBoolValue(true);
}