This commit is contained in:
Klaus Basan
2019-03-06 01:44:38 +01:00
committed by Mat Sutcliffe
parent 0e03e7baf0
commit e31fa91052
4 changed files with 23 additions and 23 deletions

View File

@@ -167,7 +167,7 @@ namespace BlackMisc
else if (this->hasValidCombinedType())
{
if (this->getEnginesCount() == otherCode.getEnginesCount()) { score += 2; }
if (this->getEngineType() == otherCode.getEngineType()) { score += 2; }
if (this->getEngineType() == otherCode.getEngineType()) { score += 2; }
if (this->getAircraftType() == otherCode.getAircraftType()) { score += 2; }
CMatchingUtils::addLogDetailsToList(log, *this, QStringLiteral("Added combined code parts: %1").arg(score));
}