mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Renamings and adjustments of developer flag
This commit is contained in:
@@ -422,7 +422,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
const CCallsign cs = aircraft.getCallsign();
|
||||
if (!m_interpolators.contains(cs)) { continue; }
|
||||
const bool log = setup.logCallsign(cs);
|
||||
const bool log = setup.isLogCallsign(cs);
|
||||
CInterpolatorMulti *im = m_interpolators[cs];
|
||||
CInterpolationStatus statusInterpolation;
|
||||
CPartsStatus statusParts;
|
||||
|
||||
Reference in New Issue
Block a user