set the airport

This commit is contained in:
Sven Czarnian
2021-12-09 10:27:40 +01:00
부모 076109be41
커밋 b88d2aabda

파일 보기

@@ -662,6 +662,7 @@ void PlugIn::OnTimer(int counter) {
for (auto& airport : this->m_updateQueue) {
aman::AircraftUpdate update;
update.set_airport(airport.first);
bool inserted = false;
for (auto target = this->RadarTargetSelectFirst(); true == target.IsValid(); target = this->RadarTargetSelectNext(target)) {