mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-04-05 17:46:26 +02:00
Debug ChessArbiter::IsBlackTurn()
This commit is contained in:
parent
b5f647e72a
commit
adaec1ba14
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ std::string ChessArbiter::GetFEN() { return (FENParser::Serialize(fen)); }
|
|||
|
||||
std::string ChessArbiter::GetBoard() { return (fen.board); }
|
||||
|
||||
bool ChessArbiter::IsBlackTurn() { return (fen.player == 'b'); }
|
||||
bool ChessArbiter::IsBlackTurn() { return (fen.player); }
|
||||
|
||||
bool ChessArbiter::IsCheck(bool isBlack) {
|
||||
std::string kingloc = board.GetKingLocation(isBlack);
|
||||
|
|
Loading…
Add table
Reference in a new issue