From c4bca03ec2fd5518f4680d013844265fd9e4226a Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 3 Feb 2004 20:17:57 +0000 Subject: [PATCH] autopilot reinit() now reloads config file. --- src/Autopilot/xmlauto.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.5