Skip to content

Commit

Permalink
#492 increased MaxPieceId to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Maeder committed May 20, 2024
1 parent 342f190 commit fe89005
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 = 127
MaxPieceId = 64
};

typedef unsigned long PieceIdType;
Expand Down

0 comments on commit fe89005

Please sign in to comment.