noinst_LIBRARIES = libATC.a
libATC_a_SOURCES = \
- atis_mgr.cxx atis_mgr.hxx \
- CommStation.cxx CommStation.hxx \
+ atcdialog.cxx atcdialog.hxx \
+ atc_mgr.cxx atc_mgr.hxx \
++ CommStation.cxx CommStation.hxx \
trafficcontrol.cxx trafficcontrol.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
#include <AIModel/AIManager.hxx>
#include <ATCDCL/ATCmgr.hxx>
- #include <ATCDCL/commlist.hxx>
- #include <ATC/atis_mgr.hxx>
+#include <ATC/atc_mgr.hxx>
#include <Autopilot/route_mgr.hxx>
#include <Autopilot/autopilotgroup.hxx>
globals->set_ATC_mgr(new FGATCMgr);
globals->get_ATC_mgr()->init();
- globals->add_subsystem("atis", new FGAtisManager, SGSubsystemMgr::POST_FDM);
+ ////////////////////////////////////////////////////////////////////
+ // Initialize the ATC subsystem
+ ////////////////////////////////////////////////////////////////////
+ globals->add_subsystem("ATC", new FGATCManager, SGSubsystemMgr::POST_FDM);
+ ////////////////////////////////////////////////////////////////////
+ // Initialise the ATIS Subsystem
+ ////////////////////////////////////////////////////////////////////
++ //globals->add_subsystem("atis", new FGAtisManager, SGSubsystemMgr::POST_FDM);
+
+
////////////////////////////////////////////////////////////////////
// Initialize multiplayer subsystem
////////////////////////////////////////////////////////////////////