From: ehofman Date: Mon, 23 Aug 2004 17:33:36 +0000 (+0000) Subject: Fix a mistake and make it possible to activate the submodel subsystem again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4c67480ffe38782101f9204c20fec3115f2e4ee;p=flightgear.git Fix a mistake and make it possible to activate the submodel subsystem again. --- diff --git a/src/Systems/submodel.cxx b/src/Systems/submodel.cxx index 228a01a2d..8aa8f8bd2 100644 --- a/src/Systems/submodel.cxx +++ b/src/Systems/submodel.cxx @@ -26,7 +26,6 @@ void SubmodelSystem::init () { _serviceable_node = fgGetNode("/systems/submodel/serviceable", true); - _serviceable_node->setBoolValue(false); _trigger_node = fgGetNode("/systems/submodel/trigger", true); _trigger_node->setBoolValue(false);