X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=f3d55075a4175c1c686287f5fb7e65495db42157;hb=7b4c5820cb2f964f2b8c48260a77355ce9eda234;hp=431605a9f9957713c977c6857376578e6580e7d4;hpb=0d0b5c616c26012100aa6e6493447d086645b918;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 431605a9f..f3d55075a 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -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,