Maik JUSTUS: fix typo (ROTORRELTARGET)
This commit is contained in:
parent
ba5544e652
commit
e8f2255039
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ int FGFDM::parseOutput(const char* name)
|
|||
if(eq(name, "ROTORBRAKE")) return ControlMap::ROTORBRAKE;
|
||||
if(eq(name, "ROTORENGINEMAXRELTORQUE"))
|
||||
return ControlMap::ROTORENGINEMAXRELTORQUE;
|
||||
if(eq(name, "ROTORELTARGET")) return ControlMap::ROTORELTARGET;
|
||||
if(eq(name, "ROTORRELTARGET")) return ControlMap::ROTORELTARGET;
|
||||
if(eq(name, "REVERSE_THRUST")) return ControlMap::REVERSE_THRUST;
|
||||
if(eq(name, "WASTEGATE")) return ControlMap::WASTEGATE;
|
||||
if(eq(name, "WINCHRELSPEED")) return ControlMap::WINCHRELSPEED;
|
||||
|
|
Loading…
Reference in a new issue