]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/kt_70.cxx
better use unset() for unsetting ...
[flightgear.git] / src / Instrumentation / kt_70.cxx
index 4286aeafbdec5b205b7ccf6ab7dbfbb12c680979..7dd77f9fe7185357e7ea9a7baeaceee28eaab0df 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -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);
 }