Revert "Clarify the mapping of files to queenside"

This reverts commit 7756344d5d.
This commit is contained in:
Stéphane Nicolet
2019-09-23 09:10:28 +02:00
parent 7756344d5d
commit 302e0f70c6
4 changed files with 3 additions and 7 deletions

View File

@@ -662,7 +662,7 @@ namespace {
|| (pos.pieces(PAWN) & (s + Up)))
bonus = bonus / 2;
score += bonus - PassedFile * map_to_queenside(f);
score += bonus - PassedFile * std::min(f, ~f);
}
if (T)