]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atc_mgr.hxx
fix + define WITH_POINT_TO_POINT
[flightgear.git] / src / ATC / atc_mgr.hxx
index 81025b95edac36ca9121b69a996ebabb45404257..277ad4d9b2bdf8557d671fb2ee93649cf11e77ec 100644 (file)
@@ -49,7 +49,7 @@ 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;