mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Formatting, #825 (matching)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
eabb576b67
commit
35c685b344
@@ -116,7 +116,7 @@ namespace BlackMisc
|
||||
int score = 0;
|
||||
if (this->hasValidDesignator() && this->getDesignator() == otherCode.getDesignator())
|
||||
{
|
||||
score += 50;
|
||||
score += 50; // same designator
|
||||
|
||||
if (this->getRank() == 0) { score += 15; }
|
||||
else if (this->getRank() == 1) { score += 12; }
|
||||
|
||||
Reference in New Issue
Block a user