From: david Date: Thu, 25 Apr 2002 19:35:04 +0000 (+0000) Subject: Patch from Melchior Franz: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=830e2742383bec97329f766d0ba53a2fb42f76ef;p=flightgear.git Patch from Melchior Franz: the parking_brake state is requested in saveInitialState before it is first set --- diff --git a/src/Controls/controls.cxx b/src/Controls/controls.cxx index 14685770a..100bb8dbb 100644 --- a/src/Controls/controls.cxx +++ b/src/Controls/controls.cxx @@ -100,6 +100,7 @@ FGControls::init () brake[wheel] = 0.0; } + parking_brake = 0.0; auto_coordination = fgGetNode("/sim/auto-coordination", true); }