X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIMultiplayer.hxx;h=748784995fd1caf4b0b41d89e8a574995fc260f8;hb=afcdbd3158503773644aa07dd86cd92d67946bd4;hp=4c8d50a001d086f237fc4d2ac8ed8f58076ac48b;hpb=8cf024bf5c4d86accd9e3f1605eb7e7b8d6490f8;p=flightgear.git diff --git a/src/AIModel/AIMultiplayer.hxx b/src/AIModel/AIMultiplayer.hxx index 4c8d50a00..748784995 100644 --- a/src/AIModel/AIMultiplayer.hxx +++ b/src/AIModel/AIMultiplayer.hxx @@ -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