Skip to content

Commit

Permalink
fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluemer committed Apr 18, 2017
1 parent ca81798 commit 6554080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/BitBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class BitBoard
uint32_t m_blackPieces = 0x41C71C3;
uint32_t m_whitePieces = 0xE3820C38;
uint32_t m_kings = 0;

bool m_isBlacksTurn = true;

// static constexpr uint32_t rowMask[8];
/* Class member functions */
Expand Down

0 comments on commit 6554080

Please sign in to comment.