]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Allow instruments/systems to reset on sim reset
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index d7c9b2a07b66ef2474f4b6dcd7f402b30a7ba66d..58d92afbef858250a9ce1746b4f825901db5d2d6 100644 (file)
@@ -33,7 +33,8 @@ public:
     virtual ~FGInstrumentMgr ();
     
     virtual void init();
-    virtual void reinit();
+    virtual InitStatus incrementalInit();
+
 private:
     bool build (SGPropertyNode* config_props);