X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIMultiplayer.hxx;h=748784995fd1caf4b0b41d89e8a574995fc260f8;hb=afcdbd3158503773644aa07dd86cd92d67946bd4;hp=d79f0c20614cef4f7b9d6f74a20de1953ff8981f;hpb=8962477cfa10850cb459d7de754c9a435cc91293;p=flightgear.git diff --git a/src/AIModel/AIMultiplayer.hxx b/src/AIModel/AIMultiplayer.hxx index d79f0c206..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); @@ -78,13 +77,15 @@ private: double mTimeOffset; bool mTimeOffsetSet; + double lastUpdateTime; + /// Properties which are for now exposed for testing bool mAllowExtrapolation; double mLagAdjustSystemSpeed; long mLastTimestamp; - // Propertiies for tankers + // Properties for tankers SGPropertyNode_ptr refuel_node; bool isTanker; bool contact; // set if this tanker is within fuelling range