1
0
Fork 0

property-rules might be read from fg-root

This commit is contained in:
Torsten Dreyer 2010-08-23 22:27:39 +02:00
parent 11016dbe84
commit 8a00bce145

View file

@ -115,7 +115,7 @@ void FGXMLAutopilotGroupImplementation::initFrom( SGPropertyNode_ptr rootNode, c
SG_LOG( SG_ALL, SG_ALERT, "Duplicate property-rule configuration name " << name << ", renamed to " << apName );
}
SGPath config = globals->resolve_aircraft_path(pathNode->getStringValue());
SGPath config = globals->resolve_maybe_aircraft_path(pathNode->getStringValue());
SG_LOG( SG_ALL, SG_INFO, "Reading property-rule configuration from " << config.str() );