From 830e2742383bec97329f766d0ba53a2fb42f76ef Mon Sep 17 00:00:00 2001 From: david Date: Thu, 25 Apr 2002 19:35:04 +0000 Subject: [PATCH] Patch from Melchior Franz: the parking_brake state is requested in saveInitialState before it is first set --- src/Controls/controls.cxx | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.39.5