From b88d2aabda515a07c14ff9910c9d2a0d24c15f23 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 9 Dec 2021 10:27:40 +0100 Subject: [PATCH] set the airport --- src/PlugIn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlugIn.cpp b/src/PlugIn.cpp index 9dc7cc4..5959ce4 100644 --- a/src/PlugIn.cpp +++ b/src/PlugIn.cpp @@ -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)) {