Fix some comments in the runway_remap change
This commit is contained in:
parent
7ed93e4e64
commit
86899de63b
2 changed files with 2 additions and 3 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue