]> git.mxchange.org Git - flightgear.git/commitdiff
autopilot reinit() now reloads config file.
authorcurt <curt>
Tue, 3 Feb 2004 20:17:57 +0000 (20:17 +0000)
committercurt <curt>
Tue, 3 Feb 2004 20:17:57 +0000 (20:17 +0000)
src/Autopilot/xmlauto.cxx

index 24cb8a772f1aeb072ac3f389af1fc10948e273c2..8edc11c60d767408e1b1d3c52a1dab78d9429fc7 100644 (file)
@@ -563,6 +563,7 @@ void FGXMLAutopilot::init() {
 
 void FGXMLAutopilot::reinit() {
     components.clear();
+    init();
     build();
 }