Fix a small typo.
This commit is contained in:
parent
d94e691f1e
commit
cf325ce088
1 changed files with 1 additions and 1 deletions
|
@ -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 ),
|
||||
|
|
Loading…
Add table
Reference in a new issue