mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
format
This commit is contained in:
@@ -691,8 +691,7 @@ public:
|
||||
bestSquare = squareCandidates[1];
|
||||
}
|
||||
if (!bestSquare) {
|
||||
const Candidate* preferred =
|
||||
(squareAlternate & 1U) ? squareCandidates[1] : squareCandidates[0];
|
||||
const Candidate* preferred = (squareAlternate & 1U) ? squareCandidates[1] : squareCandidates[0];
|
||||
bestSquare = preferred;
|
||||
squareAlternate ^= 1U;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user