Skip to content

Commit

Permalink
#492 increased MaxPieceId to 127
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Maeder committed May 20, 2024
1 parent 5411bb3 commit 342f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion position/pieceid.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enum
{
NullPieceId = 0,
MinPieceId = 1,
MaxPieceId = 63
MaxPieceId = 127
};

typedef unsigned long PieceIdType;
Expand Down

0 comments on commit 342f190

Please sign in to comment.