From: ehofman Date: Wed, 19 Mar 2003 16:06:17 +0000 (+0000) Subject: Add mach number to the property tree X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb8b72744c17d1edae1a9be91278e02ef1ff65c5;p=flightgear.git Add mach number to the property tree --- diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 567190ea1..cd4e4fddb 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -339,6 +339,12 @@ FGInterface::bind () fgTie("/velocities/airspeed-kt", this, &FGInterface::get_V_calibrated_kts, &FGInterface::set_V_calibrated_kts, + false); + + // Mach number + fgTie("/velocities/mach", this, + &FGInterface::get_Mach_number, + &FGInterface::set_Mach_number, false); // Local velocities