]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/slip_skid_ball.hxx
httpd: better handling of first-time notifications
[flightgear.git] / src / Instrumentation / slip_skid_ball.hxx
index 1dc1c8916b6e492841f47b48605524e3ca9d9719..87b691e3f0b10e07ef6c93de405f8b011004012e 100644 (file)
@@ -37,12 +37,10 @@ public:
     virtual ~SlipSkidBall ();
 
     virtual void init ();
+    virtual void reinit ();
     virtual void update (double dt);
 
 private:
-
-    double _last_pos;
-
     std::string _name;
     int _num;