]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Remove conditional compilation of ATCDCL
[flightgear.git] / src / Main / globals.cxx
index 2e72e8276565171aa6ef24a8aa7e8c2c9428ea94..c560f2765fc8e8889840b30e7982df55e7848d3c 100644 (file)
@@ -35,6 +35,7 @@
 #include <simgear/structure/event_mgr.hxx>
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <simgear/misc/ResourceManager.hxx>
+#include <simgear/props/propertyObject.hxx>
 
 #include <Aircraft/controls.hxx>
 #include <Airports/runways.hxx>
@@ -148,6 +149,7 @@ FGGlobals::FGGlobals() :
     channellist( NULL )    
 {
   simgear::ResourceManager::instance()->addProvider(new AircraftResourceProvider());
+  simgear::PropertyObjectBase::setDefaultRoot(props);
 }