mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T280, using the QHash<CCallsign, T> definitions to unify use cases
This commit is contained in:
@@ -593,7 +593,7 @@ namespace BlackSimPlugin
|
||||
|
||||
// Near ground we use faster updates
|
||||
const CCallsign cs(simObject.getCallsign());
|
||||
const CAircraftSituation lastSituation = m_lastSentSituation[cs];
|
||||
const CAircraftSituation lastSituation = m_lastSentSituations[cs];
|
||||
const bool moving = lastSituation.isMoving();
|
||||
if (moving && remoteAircraftData.aboveGroundFt() <= 100.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user