]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atc_mgr.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / ATC / atc_mgr.hxx
index 33fa5c40a970376c04e1d1d0ffa550dfbedba5e2..277ad4d9b2bdf8557d671fb2ee93649cf11e77ec 100644 (file)
@@ -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();