]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/steam.cxx
Tidy up the autoconf/automake configuration a bit.
[flightgear.git] / src / Cockpit / steam.cxx
index c947325ee8b5c151e00bdacc3ac370a03ace6062..4bc4fe6e72737092f4dc0c9eb75cf32acd56ddfb 100644 (file)
@@ -318,7 +318,7 @@ void FGSteam::_CatchUp()
        More subtle flaw is having it not move or a travel limit
        occasionally due to some dirt in the tube or on the ball.
        */
-       d = - current_aircraft.fdm_state->get_A_Z_pilot();
+       d = -current_aircraft.fdm_state->get_A_Z_pilot();
        if ( d < 1 ) d = 1;
        set_lowpass ( & the_TC_rad,
                current_aircraft.fdm_state->get_A_Y_pilot () / d,