]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ground.hxx
Make sure the ATIS reports surface winds at airports above sea-level
[flightgear.git] / src / ATC / ground.hxx
index 1a8a94cd2b184fd1eb1a6df6e47311efd51d0e51..ffc668c4ab400ac8282734009775ed3a22bc6320 100644 (file)
@@ -232,8 +232,6 @@ public:
     void Update(double dt);
        
        inline string get_trans_ident() { return trans_ident; }
-    inline void SetDisplay() {display = true;}
-    inline void SetNoDisplay() {display = false;}
 
     // Contact ground control on arrival, assumed to request any gate
     //void NewArrival(plane_rec plane);
@@ -313,8 +311,6 @@ private:
        SGPropertyNode* wind_from_hdg;  //degrees
        SGPropertyNode* wind_speed_knots;               //knots
        
-       bool display;           // Flag to indicate whether we should be outputting to the ATC display.
-       bool displaying;                // Flag to indicate whether we are outputting to the ATC display.
        // for failure modeling
        string trans_ident;             // transmitted ident
        bool ground_failed;             // ground failed?
@@ -326,7 +322,7 @@ private:
 
        // Logical runway details - this might change in the future.
        //runway_array_type runways;    // STL way
-       Rwy runways[36];        // quick hack!
+       Rwy runways[37];        // quick hack!
        
        // Physical runway details
        double aptElev;         // Airport elevation