This commit is contained in:
2025-10-13 00:39:34 +02:00
parent e37f8e3dc8
commit 1bc5b75dba

View File

@@ -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;
}