]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.cxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Instrumentation / heading_indicator.cxx
index 66fdd833c70c461d833941cc0ad728e58cb0d70e..8f323366adcd3e32e7bf2834f426b54345f3a620 100644 (file)
@@ -34,7 +34,7 @@ void
 HeadingIndicator::bind ()
 {
     fgTie("/instrumentation/heading-indicator/serviceable",
-          &_gyro, &Gyro::is_serviceable);
+          &_gyro, &Gyro::is_serviceable, &Gyro::set_serviceable);
     fgTie("/instrumentation/heading-indicator/spin",
           &_gyro, &Gyro::get_spin_norm, &Gyro::set_spin_norm);
 }