X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FAirports%2Fdynamics.cxx;h=398920f329e99cb0ec04fc31256ae1bc375a8f1a;hb=f9a5f921a4853f7e64d467d63e19acf8f6f84979;hp=fd5025a38fba26e6db3f981f3841c82eed528993;hpb=ee9a5cf73deb90543b94881e9090fceddb403761;p=flightgear.git diff --git a/src/Airports/dynamics.cxx b/src/Airports/dynamics.cxx index fd5025a38..398920f32 100644 --- a/src/Airports/dynamics.cxx +++ b/src/Airports/dynamics.cxx @@ -49,7 +49,7 @@ using std::random_shuffle; #include "dynamics.hxx" FGAirportDynamics::FGAirportDynamics(FGAirport * ap): -_ap(ap), rwyPrefs(ap), SIDs(ap) +_ap(ap), rwyPrefs(ap), SIDs(ap),startupController(this) { lastUpdate = 0; @@ -61,7 +61,7 @@ _ap(ap), rwyPrefs(ap), SIDs(ap) FGAirportDynamics:: FGAirportDynamics(const FGAirportDynamics & other):rwyPrefs(other. rwyPrefs), -SIDs(other.SIDs) +SIDs(other.SIDs), startupController(other.startupController) { for (FGParkingVecConstIterator ip = other.parkings.begin(); ip != other.parkings.end(); ip++)