refs #452 changes because of the 452 branch, but only possible after merge with master

Fixed a gcc (Jenkins) warning along with that
This commit is contained in:
Klaus Basan
2015-09-26 00:38:16 +02:00
committed by Mathew Sutcliffe
parent c84bc457df
commit 3923336da8
6 changed files with 25 additions and 20 deletions

View File

@@ -202,7 +202,6 @@ namespace BlackMisc
void CSimulatedAircraft::setParts(const CAircraftParts &parts)
{
m_parts = parts;
m_parts.setCallsign(this->getCallsign());
}
void CSimulatedAircraft::setLights(CAircraftLights &lights)