Skip to content

Commit

Permalink
(16,0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Oct 29, 2018
1 parent 9e8d178 commit 28e2fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ namespace {

// Bonus for rook controlling squares in large center
if (b & LargeCenter)
score += make_score(20,0);
score += make_score(16,0);

// Bonus for rook on an open or semi-open file
if (pe->semiopen_file(Us, file_of(s)))
Expand Down

0 comments on commit 28e2fa0

Please sign in to comment.