1
0
Fork 0

A second init() is necessary to start the ATCController. There's probably a better way to do is, but for now let's just stick to how I had it set up in early 2012.

This commit is contained in:
Durk Talsma 2015-05-15 18:25:16 +02:00
parent 8e2d0d2a76
commit cbdb8a884f

View file

@ -505,7 +505,9 @@ void FGGroundNetwork::announcePosition(int id,
double radius, int leg,
FGAIAircraft * aircraft)
{
assert(parent);
init(parent);
TrafficVectorIterator i = activeTraffic.begin();
// Search search if the current id alread has an entry