]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIMultiplayer.hxx
Expose vertical speed for MP planes
[flightgear.git] / src / AIModel / AIMultiplayer.hxx
index d79f0c20614cef4f7b9d6f74a20de1953ff8981f..4c8d50a001d086f237fc4d2ac8ed8f58076ac48b 100644 (file)
@@ -78,6 +78,8 @@ private:
   double mTimeOffset;
   bool mTimeOffsetSet;
 
+  double lastUpdateTime;
+
   /// Properties which are for now exposed for testing
   bool mAllowExtrapolation;
   double mLagAdjustSystemSpeed;