the tremendous performance hit they are imposing.
////////////////////////////////////////////////////////////////////
SG_LOG(SG_GENERAL, SG_INFO, " AI Manager");
- globals->set_AI_mgr(new FGAIMgr);
- globals->get_AI_mgr()->init();
+ // globals->set_AI_mgr(new FGAIMgr);
+ // globals->get_AI_mgr()->init();
////////////////////////////////////////////////////////////////////
// Initialize the built-in commands.
globals->get_ATC_mgr()->update(1); // FIXME - use real dt.
// Run the AI subsystem
- globals->get_AI_mgr()->update(1); // FIXME - use real dt.
+ // globals->get_AI_mgr()->update(1); // FIXME - use real dt.
// Run flight model