From: ehofman Date: Mon, 23 Aug 2004 17:40:46 +0000 (+0000) Subject: Fix another one of those mistakes. I really shouldn't mess with code from others... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83ca912de280a11c52a31b28b2744914e92133fb;p=flightgear.git Fix another one of those mistakes. I really shouldn't mess with code from others (without looking at it closely) :-( --- diff --git a/src/Systems/submodel.cxx b/src/Systems/submodel.cxx index 8aa8f8bd2..9cd1d3d57 100644 --- a/src/Systems/submodel.cxx +++ b/src/Systems/submodel.cxx @@ -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);