Skip to content

Commit

Permalink
fix black queen
Browse files Browse the repository at this point in the history
  • Loading branch information
qhorgues committed May 25, 2024
1 parent 7152fdd commit 9ef62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Piece/Piece.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ constexpr Piece W_QUEEN{TypePiece::QUEEN, Color::WHITE};
/**
* @brief L'objet représentant la renne noire
*/
constexpr Piece B_QUEEN{TypePiece::KING, Color::BLACK};
constexpr Piece B_QUEEN{TypePiece::QUEEN, Color::BLACK};

/**
* @brief L'objet représentant le fou blanc
Expand Down

0 comments on commit 9ef62c4

Please sign in to comment.