X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.hxx;h=277ad4d9b2bdf8557d671fb2ee93649cf11e77ec;hb=ed434d9967b0b23e4abb172d699ef956246f4bf9;hp=33fa5c40a970376c04e1d1d0ffa550dfbedba5e2;hpb=b9b2d9386cbeb4bf4379c311f80dc7ea5d9eec50;p=flightgear.git diff --git a/src/ATC/atc_mgr.hxx b/src/ATC/atc_mgr.hxx index 33fa5c40a..277ad4d9b 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. + 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; public: FGATCManager();