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:
parent
8e2d0d2a76
commit
cbdb8a884f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue