X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.hxx;h=0d9efa730b81bcffe139dae4a540441c783e34b9;hb=7c8ad455a327276e09687b380fb4147ae90b6c8c;hp=277ad4d9b2bdf8557d671fb2ee93649cf11e77ec;hpb=209c2c950391fcbc2c74c403b6b38211f6367f7f;p=flightgear.git diff --git a/src/ATC/atc_mgr.hxx b/src/ATC/atc_mgr.hxx index 277ad4d9b..0d9efa730 100644 --- a/src/ATC/atc_mgr.hxx +++ b/src/ATC/atc_mgr.hxx @@ -50,8 +50,8 @@ private: AtcVec activeStations; FGAIAircraft ai_ac; FGATCController *controller, *prevController; // The ATC controller that is responsible for the user's aircraft. - //FGATCDialogNew dialog; // note that this variable should really replace the ugly global "currentATCDialog(); bool networkVisible; + bool initSucceeded; public: FGATCManager(); @@ -59,7 +59,6 @@ public: void init(); void addController(FGATCController *controller); void update(double time); - FGATCDialogNew * getATCDialog() { return currentATCDialog; }; }; #endif // _ATC_MRG_HXX_ \ No newline at end of file