1
0
Fork 0

Transmit an empty string in order to trigger AI/ATC interation mechanism. TODO - transmit the correct phraseology.

This commit is contained in:
daveluff 2003-10-15 21:51:12 +00:00
parent d0d70bebd7
commit de24524acb

View file

@ -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;