1
0
Fork 0

Fix another one of those mistakes. I really shouldn't mess with code from others (without looking at it closely) :-(

This commit is contained in:
ehofman 2004-08-23 17:40:46 +00:00
parent c4c67480ff
commit 83ca912de2

View 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);