1
0
Fork 0

Fix some comments in the runway_remap change

This commit is contained in:
James Turner 2021-08-11 11:38:07 +01:00
parent 7ed93e4e64
commit 86899de63b
2 changed files with 2 additions and 3 deletions

View file

@ -609,7 +609,7 @@ void FGAirport::loadRunwayRenames() const
const_cast<FGAirport*>(this)->parseRunwayRenameData(rootNode);
mRunwayRenamesLoaded = true;
} catch (sg_exception& e) {
SG_LOG(SG_NAVAID, SG_WARN, ident() << "loading runrway rename XML failed:" << e.getFormattedMessage());
SG_LOG(SG_NAVAID, SG_WARN, ident() << "loading runway rename XML failed:" << e.getFormattedMessage());
}
}

View file

@ -351,8 +351,7 @@ private:
void readTowerData(SGPropertyNode* aRoot);
/**
* Helpers to parse property data loaded from an ICAO.rwy_override.xml file
* or a ICAO.rwy_override.xml file
* Helpers to parse property data loaded from an ICAO.runway_rename.xml file
*/
void parseRunwayRenameData(SGPropertyNode* aRoot);