X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=9567d6b851a0a8ec8d0cae53419e0aa71531e4de;hp=4c8c813408993a33706d4eab4aaf1b0c1d3f8587;hb=7bc36887144bc6a682e54a91044641f913176449;hpb=3dccdf5b835b9856bcf869fbad90ae4914a2813c diff --git a/src/types.h b/src/types.h index 4c8c8134..9567d6b8 100644 --- a/src/types.h +++ b/src/types.h @@ -200,7 +200,7 @@ enum Value { }; enum PieceType { - NO_PIECE_TYPE = 0, + NO_PIECE_TYPE = 0, ALL_PIECES = 0, PAWN = 1, KNIGHT = 2, BISHOP = 3, ROOK = 4, QUEEN = 5, KING = 6 };