1
0
Fork 0

don't keep 'nasal-dir-initialized' node after removing

This commit is contained in:
mfranz 2009-03-19 15:08:49 +00:00 committed by Tim Moore
parent 9ff286ea01
commit b07eec93f1

View file

@ -691,7 +691,7 @@ void FGNasalSys::init()
const char *s = "nasal-dir-initialized";
SGPropertyNode *signal = fgGetNode("/sim/signals", true);
signal->setBoolValue(s, true);
signal->removeChildren(s);
signal->removeChildren(s, false);
// Pull scripts out of the property tree, too
loadPropertyScripts();