]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIMultiplayer.hxx
Overhaul the ground-net / parking code.
[flightgear.git] / src / AIModel / AIMultiplayer.hxx
index 4c8d50a001d086f237fc4d2ac8ed8f58076ac48b..748784995fd1caf4b0b41d89e8a574995fc260f8 100644 (file)
@@ -34,7 +34,6 @@ public:
 
   virtual bool init(bool search_in_AI_path=false);
   virtual void bind();
-  virtual void unbind();
   virtual void update(double dt);
 
   void addMotionInfo(FGExternalMotionData& motionInfo, long stamp);
@@ -86,7 +85,7 @@ private:
 
   long mLastTimestamp;
 
-  // Propertiies for tankers
+  // Properties for tankers
   SGPropertyNode_ptr refuel_node;
   bool isTanker;
   bool contact;          // set if this tanker is within fuelling range