]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / AIModel / AIBallistic.hxx
index b2b140c1727480d4be62e41b1623a2831a81dde4..fb1b4f28d4b411ebbd161b3f5ce17ace1fab78dd 100644 (file)
@@ -96,9 +96,9 @@ public:
     void setParentPos();
     void setOffsetPos(SGGeod pos, double heading, double pitch, double roll);
     void setOffsetVelocity(double dt, SGGeod pos);
+    void setTime(double sec);
 
-
-    double _getTime() const;
+    double _getTime()const;
     double getRelBrgHitchToUser() const;
     double getElevHitchToUser() const;
     double getLoadOffset() const;