]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
Removed debug statement.
[flightgear.git] / src / Main / fg_init.cxx
index 04f8ca1cbe4a293781dfd2c6e1323110586beae9..e2e23766e1cc09eca5ded03b21e99b8325422a11 100644 (file)
@@ -1523,11 +1523,9 @@ bool fgInitSubsystems() {
     // Initialise the AI Manager 
     ////////////////////////////////////////////////////////////////////
 
-    if (fgGetBool("/sim/ai-traffic/enabled")) {
-        SG_LOG(SG_GENERAL, SG_INFO, "  AI Manager");
-        globals->set_AI_mgr(new FGAIMgr);
-        globals->get_AI_mgr()->init();
-    }
+    SG_LOG(SG_GENERAL, SG_INFO, "  AI Manager");
+    globals->set_AI_mgr(new FGAIMgr);
+    globals->get_AI_mgr()->init();
 
 
 #ifdef ENABLE_AUDIO_SUPPORT