Ref T669, also interpolation Ref T668, remove last sent values if aircraft is removed

This commit is contained in:
Klaus Basan
2019-05-23 02:20:02 +02:00
committed by Mat Sutcliffe
parent f1ff410e64
commit a86e98ca3a
6 changed files with 16 additions and 10 deletions

View File

@@ -199,7 +199,7 @@ namespace BlackSimPlugin
m_hashFs9Clients.remove(callsign);
updateAircraftRendered(callsign, false);
CLogMessage(this).info(u"FS9: Removed aircraft %1") << callsign.toQString();
return true;
return CSimulatorFsCommon::physicallyRemoveRemoteAircraft(callsign);
}
int CSimulatorFs9::physicallyRemoveAllRemoteAircraft()