Fix warning: variable ‘isPushBackRoute’ set but not used
This commit is contained in:
parent
43fcbd2246
commit
6b9a28a568
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ void FGAirportDynamicsXMLLoader::startArc(const XMLAttributes &atts)
|
|||
|
||||
_arcSet.insert(e);
|
||||
_dynamics->getGroundNetwork()->addSegment(fromNode, toNode);
|
||||
if (isPushBackRoute) {
|
||||
toNode->setIsPushback();
|
||||
}
|
||||
}
|
||||
|
||||
void FGAirportDynamicsXMLLoader::startElement (const char * name, const XMLAttributes &atts)
|
||||
|
|
Loading…
Add table
Reference in a new issue