]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Reset: do general init on reset path
[flightgear.git] / src / Main / globals.cxx
index ee639d64a406922582de670ae80916e806df606d..2fda3045bada940993b8c0d3146202eb393aaf49 100644 (file)
@@ -520,10 +520,9 @@ FGGlobals::resetPropertyRoot()
 {
     delete locale;
     
-#if DEBUG_RESET
     SG_LOG(SG_GENERAL, SG_INFO, "root props refcount:" << props.getNumRefs());
     treeDumpRefCounts(0, props);
-#endif
+
     props = new SGPropertyNode;
     initProperties();
     locale = new FGLocale(props);