mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Clarify CSimulatedAircraft method name
This commit is contained in:
@@ -563,7 +563,7 @@ namespace BlackMisc::Simulation
|
||||
m_pilot.setCallsign(callsign);
|
||||
}
|
||||
|
||||
bool CSimulatedAircraft::isActiveFrequencyWithinChannelSpacing(const CFrequency &comFrequency) const
|
||||
bool CSimulatedAircraft::hasComActiveFrequency(const CFrequency &comFrequency) const
|
||||
{
|
||||
return m_com1system.isActiveFrequencySameFrequency(comFrequency) ||
|
||||
m_com2system.isActiveFrequencySameFrequency(comFrequency);
|
||||
|
||||
Reference in New Issue
Block a user