From 83ca912de280a11c52a31b28b2744914e92133fb Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 23 Aug 2004 17:40:46 +0000 Subject: [PATCH] Fix another one of those mistakes. I really shouldn't mess with code from others (without looking at it closely) :-( --- src/Systems/submodel.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5