]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atc_mgr.hxx
traffic: more pass by reference + member init
[flightgear.git] / src / ATC / atc_mgr.hxx
index 0d9efa730b81bcffe139dae4a540441c783e34b9..f169e34153e1f76de96dace60a27e72f68181c78 100644 (file)
@@ -52,6 +52,7 @@ private:
   FGATCController *controller, *prevController; // The ATC controller that is responsible for the user's aircraft. 
   bool networkVisible;
   bool initSucceeded;
+  SGPropertyNode_ptr trans_num;
 
 public:
   FGATCManager();
@@ -61,4 +62,4 @@ public:
   void update(double time);
 };
   
-#endif // _ATC_MRG_HXX_
\ No newline at end of file
+#endif // _ATC_MRG_HXX_