]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AICarrier.hxx
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
[flightgear.git] / src / AIModel / AICarrier.hxx
index 239e302d9e8ca676303a3b452645cf5bf587afb4..da3380502fc44e5e045b7c48b5e9b39071052162 100644 (file)
@@ -58,6 +58,7 @@ public:
     void setMaxLong( double deg );
     void setMinLong( double deg );
     void setMPControl( bool c );
+    void setAIControl( bool c );
     void TurnToLaunch();
     void TurnToRecover();
     void TurnToBase();
@@ -123,7 +124,7 @@ private:
     bool turn_to_base_course;
     bool returning;      // set if the carrier is returning to an operating box
     bool InToWind();     // set if the carrier is in to wind
-    bool MPControl;
+    bool MPControl, AIControl;
 
 
     SGPropertyNode_ptr _longitude_node;