diff --git a/src/blackcore/simulatorcommon.cpp b/src/blackcore/simulatorcommon.cpp index 6e1900215..986e7f0dc 100644 --- a/src/blackcore/simulatorcommon.cpp +++ b/src/blackcore/simulatorcommon.cpp @@ -577,6 +577,7 @@ namespace BlackCore m_aircraftToAddAgainWhenRemoved.clear(); m_highlightedAircraft.clear(); m_callsignsToBeRendered.clear(); + m_hints.clear(); } CAirportList CSimulatorCommon::getWebServiceAirports() const