]> git.mxchange.org Git - flightgear.git/commitdiff
Fix another one of those mistakes. I really shouldn't mess with code from others...
authorehofman <ehofman>
Mon, 23 Aug 2004 17:40:46 +0000 (17:40 +0000)
committerehofman <ehofman>
Mon, 23 Aug 2004 17:40:46 +0000 (17:40 +0000)
src/Systems/submodel.cxx

index 8aa8f8bd289a082f21638ef2c2af74925f99aa8d..9cd1d3d572bf1b38290683980a33b059fe2e5769 100644 (file)
@@ -31,7 +31,6 @@ SubmodelSystem::init ()
     _trigger_node->setBoolValue(false);
        
     _amount_node = fgGetNode("/systems/submodel/amount", true);
-    _amount_node->setIntValue(0);
         
     _user_lat_node = fgGetNode("/position/latitude-deg", true);
     _user_lon_node = fgGetNode("/position/longitude-deg", true);