1
0
Fork 0

Patch from Melchior Franz:

the parking_brake state is requested in saveInitialState before it
is first set
This commit is contained in:
david 2002-04-25 19:35:04 +00:00
parent 1e73f62481
commit 830e274238

View file

@ -100,6 +100,7 @@ FGControls::init ()
brake[wheel] = 0.0;
}
parking_brake = 0.0;
auto_coordination = fgGetNode("/sim/auto-coordination", true);
}