Fix a typo
This commit is contained in:
parent
29396f883d
commit
45b001a784
2 changed files with 3 additions and 3 deletions
|
@ -372,7 +372,7 @@ void FGAirport::loadRunways() const
|
||||||
}
|
}
|
||||||
|
|
||||||
mRunwaysLoaded = true;
|
mRunwaysLoaded = true;
|
||||||
loadSceneryDefintions();
|
loadSceneryDefinitions();
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGAirport::loadTaxiways() const
|
void FGAirport::loadTaxiways() const
|
||||||
|
@ -399,7 +399,7 @@ void FGAirport::loadProcedures() const
|
||||||
Route::loadAirportProcedures(path, const_cast<FGAirport*>(this));
|
Route::loadAirportProcedures(path, const_cast<FGAirport*>(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
void FGAirport::loadSceneryDefintions() const
|
void FGAirport::loadSceneryDefinitions() const
|
||||||
{
|
{
|
||||||
// allow users to disable the scenery data in the short-term
|
// allow users to disable the scenery data in the short-term
|
||||||
// longer term, this option can probably disappear
|
// longer term, this option can probably disappear
|
||||||
|
|
|
@ -242,7 +242,7 @@ private:
|
||||||
/**
|
/**
|
||||||
* helper to read airport data from the scenery XML files.
|
* helper to read airport data from the scenery XML files.
|
||||||
*/
|
*/
|
||||||
void loadSceneryDefintions() const;
|
void loadSceneryDefinitions() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helpers to process property data loaded from an ICAO.threshold.xml file
|
* Helpers to process property data loaded from an ICAO.threshold.xml file
|
||||||
|
|
Loading…
Add table
Reference in a new issue