X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fslip_skid_ball.hxx;h=87b691e3f0b10e07ef6c93de405f8b011004012e;hb=1867ccb4a8484b9bc856c88629e09e25bcc35d42;hp=1dc1c8916b6e492841f47b48605524e3ca9d9719;hpb=b1b4b7ecf48c4420d4445979c36cbf3f80be616a;p=flightgear.git diff --git a/src/Instrumentation/slip_skid_ball.hxx b/src/Instrumentation/slip_skid_ball.hxx index 1dc1c8916..87b691e3f 100644 --- a/src/Instrumentation/slip_skid_ball.hxx +++ b/src/Instrumentation/slip_skid_ball.hxx @@ -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;