set the airport
This commit is contained in:
@@ -662,6 +662,7 @@ void PlugIn::OnTimer(int counter) {
|
|||||||
|
|
||||||
for (auto& airport : this->m_updateQueue) {
|
for (auto& airport : this->m_updateQueue) {
|
||||||
aman::AircraftUpdate update;
|
aman::AircraftUpdate update;
|
||||||
|
update.set_airport(airport.first);
|
||||||
bool inserted = false;
|
bool inserted = false;
|
||||||
|
|
||||||
for (auto target = this->RadarTargetSelectFirst(); true == target.IsValid(); target = this->RadarTargetSelectNext(target)) {
|
for (auto target = this->RadarTargetSelectFirst(); true == target.IsValid(); target = this->RadarTargetSelectNext(target)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user