fix inconsitent property name fuel[-_]pump
This commit is contained in:
parent
3d54541cad
commit
f97295f004
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ void FGControls::unbind ()
|
|||
"/controls/engines/engine[%d]/starter", index);
|
||||
fgUntie(name);
|
||||
snprintf(name, MAX_NAME_LEN,
|
||||
"/controls/engines/engine[%d]/fuel_pump", index);
|
||||
"/controls/engines/engine[%d]/fuel-pump", index);
|
||||
fgUntie(name);
|
||||
snprintf(name, MAX_NAME_LEN,
|
||||
"/controls/engines/engine[%d]/fire-switch", index);
|
||||
|
|
Loading…
Reference in a new issue