Transmit an empty string in order to trigger AI/ATC interation mechanism. TODO - transmit the correct phraseology.
This commit is contained in:
parent
d0d70bebd7
commit
de24524acb
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,8 @@ void FGAILocalTraffic::Update(double dt) {
|
||||||
// Contact the tower, even if only virtually
|
// Contact the tower, even if only virtually
|
||||||
changeFreq = false;
|
changeFreq = false;
|
||||||
tower->ContactAtHoldShort(plane, this, CIRCUIT);
|
tower->ContactAtHoldShort(plane, this, CIRCUIT);
|
||||||
|
pending_transmission = ""; // Transmit an empty string until we do it properly to activate the ATC response timer mechanism
|
||||||
|
Transmit();
|
||||||
break;
|
break;
|
||||||
case GROUND:
|
case GROUND:
|
||||||
tuned_station = ground;
|
tuned_station = ground;
|
||||||
|
|
Loading…
Add table
Reference in a new issue