Release the frequency after finishing a transmission
This commit is contained in:
parent
fc36c51e89
commit
80761c515e
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ void FGATC::Update(double dt) {
|
|||
_transmitting = false;
|
||||
//if(tuned_station) tuned_station->NotifyTransmissionFinished(plane.callsign);
|
||||
// TODO - need to let the plane the transmission is aimed at that it's finished.
|
||||
// However, for now we'll just release the frequency since if we don't it all goes pear-shaped
|
||||
_releaseCounter = 0.0;
|
||||
_releaseTime = 0.9;
|
||||
_runReleaseCounter = true;
|
||||
}
|
||||
_counter += dt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue