mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T182, livery/ICAO classed formatting
This commit is contained in:
@@ -138,6 +138,7 @@ namespace BlackMisc
|
||||
int score = 0;
|
||||
if (this->hasValidDesignator() && this->getDesignator() == otherCode.getDesignator())
|
||||
{
|
||||
// 0..65
|
||||
score += 50; // same designator
|
||||
|
||||
if (this->getRank() == 0) { score += 15; }
|
||||
|
||||
Reference in New Issue
Block a user