1
0
Fork 0

Fix warning: variable ‘isPushBackRoute’ set but not used

This commit is contained in:
Erik Hofman 2015-12-11 11:39:29 +01:00
parent 43fcbd2246
commit 6b9a28a568

View file

@ -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)