]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.cxx
Show YASim config error messages.
[flightgear.git] / src / FDM / flight.cxx
index 431605a9f9957713c977c6857376578e6580e7d4..f3d55075a4175c1c686287f5fb7e65495db42157 100644 (file)
@@ -305,7 +305,8 @@ FGInterface::bind ()
   
                                 // Ground speed knots
   fgTie("/velocities/groundspeed-kt", this,
-        &FGInterface::get_V_ground_speed_kt); // read-only
+        &FGInterface::get_V_ground_speed_kt,
+        &FGInterface::set_V_ground_speed_kt); // read-only
 
                                // Calibrated airspeed
   fgTie("/velocities/airspeed-kt", this,