Closed Latiang closed 4 years ago
engine class has its own color implementation which does not match the bitboard class. Causes incorrect divides if black is to move.
Fixed in commit 1f2f199c0f8e1341b281cdfdac00bae57e860688. The engine color now correctly mirrors board color.
engine class has its own color implementation which does not match the bitboard class. Causes incorrect divides if black is to move.