Add callsign for consitency.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
This commit is contained in:
parent
c7e864cee9
commit
afbc360eed
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ void FGAICarrier::readFromScenario(SGPropertyNode* scFileNode) {
|
|||
setMinLong(scFileNode->getDoubleValue("min-long", 0));
|
||||
setMPControl(scFileNode->getBoolValue("mp-control", false));
|
||||
setAIControl(scFileNode->getBoolValue("ai-control", false));
|
||||
setCallSign(scFileNode->getStringValue("callsign", ""));
|
||||
|
||||
|
||||
SGPropertyNode* flols = scFileNode->getChild("flols-pos");
|
||||
if (flols) {
|
||||
|
|
Loading…
Add table
Reference in a new issue