]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Ensure we always create a GPS instrument.
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 88a9c8bed656fd7a0a2dddd51103869aa9f8c524..00b6ddfd1add5d5c3e09c0865c558fe05a1a412b 100644 (file)
@@ -35,8 +35,7 @@ public:
 
 private:
     SGPropertyNode *config_props;
-    bool enabled;
-
+    bool _explicitGps;
 };
 
 #endif // __INSTRUMENT_MGR_HXX