From: curt Date: Tue, 3 Feb 2004 20:17:57 +0000 (+0000) Subject: autopilot reinit() now reloads config file. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4bca03ec2fd5518f4680d013844265fd9e4226a;p=flightgear.git autopilot reinit() now reloads config file. --- diff --git a/src/Autopilot/xmlauto.cxx b/src/Autopilot/xmlauto.cxx index 24cb8a772..8edc11c60 100644 --- a/src/Autopilot/xmlauto.cxx +++ b/src/Autopilot/xmlauto.cxx @@ -563,6 +563,7 @@ void FGXMLAutopilot::init() { void FGXMLAutopilot::reinit() { components.clear(); + init(); build(); }