]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/fdm_shell.cxx
Interim windows build fix
[flightgear.git] / src / FDM / fdm_shell.cxx
index 3263444c33f62078c3456fd992a010bc8e192596..02c9efc8295042506854aec403541f804616672c 100644 (file)
@@ -70,7 +70,6 @@ FDMShell::FDMShell() :
 
 FDMShell::~FDMShell()
 {
-    SG_LOG(SG_GENERAL, SG_INFO, "destorying FDM shell");
 }
 
 void FDMShell::init()
@@ -95,7 +94,7 @@ void FDMShell::postinit()
 {
     _initialFdmProperties = new SGPropertyNode;
     
-    if (!copyProperties(_props->getNode("fdm"),
+    if (!copyProperties(_props->getNode("fdm", true),
                                      _initialFdmProperties))
     {
         SG_LOG(SG_FLIGHT, SG_ALERT, "Failed to save initial FDM property state");