From: curt Date: Wed, 12 Jul 2006 15:11:47 +0000 (+0000) Subject: Fix a small typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf325ce088124edb5fc3f01844b09ed226db7ae5;p=flightgear.git Fix a small typo. --- 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 ),