]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIAircraft.hxx
cosmetic changes *only*:
[flightgear.git] / src / AIModel / AIAircraft.hxx
index b70c1ea6244a0a2bb58a450d8096695b7ba297fb..1c23c2576fc13753787a300a26cb45a375229147 100644 (file)
@@ -61,8 +61,6 @@ public:
     void ClimbTo(double altitude);
     void TurnTo(double heading);
     
-    void setCallSign(const string& );
-
     void getGroundElev(double dt); //TODO these 3 really need to be public?
     void doGroundAltitude();
     void loadNextLeg  ();
@@ -97,6 +95,7 @@ private:
     double dt_count;
     double dt_elev_count;
     double headingChangeRate;
+    double headingError;
     double groundTargetSpeed;
     double groundOffset;
     double dt;
@@ -137,8 +136,8 @@ private:
     bool holdPos;
 
     bool _getGearDown() const;
+
     bool reachedWaypoint;
-    string callsign;             // The callsign of this tanker.
 
     PerformanceData* _performance; // the performance data for this aircraft
 };