]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mrg.cxx
Support for multiple data dirs.
[flightgear.git] / src / Instrumentation / mrg.cxx
index 1eb1f239441761a08b2e6d493172bb6767f26fb5..8a77fc175263a6b6044bc6358c77713bddfac5eb 100644 (file)
@@ -233,7 +233,7 @@ MasterReferenceGyro::update (double dt)
     indicated_hdg_rate = _last_yaw_rate;
     // calculate the difference between the indicated heading
     // and the selected heading for use with an autopilot
-    static SGPropertyNode *bnode
+    SGPropertyNode *bnode
         = fgGetNode( "/autopilot/settings/heading-bug-deg", false );
 
     if ( bnode ) {