From cf325ce088124edb5fc3f01844b09ed226db7ae5 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 12 Jul 2006 15:11:47 +0000 Subject: [PATCH] Fix a small typo. --- src/Autopilot/xmlauto.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autopilot/xmlauto.hxx b/src/Autopilot/xmlauto.hxx index 38cfef890..a09b73a2a 100644 --- a/src/Autopilot/xmlauto.hxx +++ b/src/Autopilot/xmlauto.hxx @@ -73,7 +73,7 @@ public: FGXMLAutoComponent() : enable_prop( NULL ), - passive_mode( fgGetNode("/autopilot/settings/passive-mode", true) ), + passive_mode( fgGetNode("/autopilot/locks/passive-mode", true) ), enable_value( "" ), honor_passive( false ), enabled( false ), -- 2.39.5