mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Fixed a couple of typos in a comment.
No functional change, of course.
This commit is contained in:
parent
98c8a83bb8
commit
237dd331d5
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ namespace {
|
|||
((1ULL << SQ_A8) | (1ULL << SQ_H8))
|
||||
};
|
||||
|
||||
// The SpaceMask[color] contains area of the board which is consdered by
|
||||
// the space evaluation. In the middle game, each side is given a bonus
|
||||
// The SpaceMask[color] contains the area of the board which is consdered
|
||||
// by the space evaluation. In the middle game, each side is given a bonus
|
||||
// based on how many squares inside this area are safe and available for
|
||||
// friendly minor pieces.
|
||||
const Bitboard SpaceMask[2] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue