X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.hxx;h=0d9efa730b81bcffe139dae4a540441c783e34b9;hb=7c8ad455a327276e09687b380fb4147ae90b6c8c;hp=ad919a6974898fa4cdc2e8eb0e8eb1fdb9af2c95;hpb=3bd4e99d8193fa5a0157fd6b226e62ccd4c8a940;p=flightgear.git diff --git a/src/ATC/atc_mgr.hxx b/src/ATC/atc_mgr.hxx index ad919a697..0d9efa730 100644 --- a/src/ATC/atc_mgr.hxx +++ b/src/ATC/atc_mgr.hxx @@ -49,8 +49,9 @@ class FGATCManager : public SGSubsystem private: AtcVec activeStations; FGAIAircraft ai_ac; - FGATCController *controller; // The ATC controller that is responsible for the user's aircraft. - //FGATCDialogNew dialog; // note that this variable should really replace the ugly global "currentATCDialog(); + FGATCController *controller, *prevController; // The ATC controller that is responsible for the user's aircraft. + bool networkVisible; + bool initSucceeded; public: FGATCManager();