]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/marker_beacon.hxx
Minor main loop/init clean-up
[flightgear.git] / src / Instrumentation / marker_beacon.hxx
index 52259b6a2c49ced3ed2a6dbb75a417e3ea911eb7..5836f92ea3a4d1aa4b21c0d16339f28e3d63ec5e 100644 (file)
@@ -51,8 +51,6 @@ class FGMarkerBeacon : public SGSubsystem
     SGPropertyNode_ptr serviceable;
     SGPropertyNode_ptr sound_working;
 
-    bool need_update;
-
     bool outer_marker;
     bool middle_marker;
     bool inner_marker;
@@ -83,6 +81,7 @@ public:
     ~FGMarkerBeacon();
 
     void init ();
+    void reinit ();
     void bind ();
     void unbind ();
     void update (double dt);