Skip to content

Commit

Permalink
Update variant.h
Browse files Browse the repository at this point in the history
commitGates is Musketeer Chess Gating mechanic. Ultimately commitGates should be renamed musketeerGating
  • Loading branch information
musketeerchess authored Dec 19, 2023
1 parent 84fc0e5 commit 9af7943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ struct Variant {
WallingRule wallingRule = NO_WALLING;
Bitboard wallingRegion[COLOR_NB] = {AllSquares, AllSquares};
bool seirawanGating = false;
bool commitGates = false;
bool cambodianMoves = false;
Bitboard diagonalLines = 0;
bool pass[COLOR_NB] = {false, false};
Expand Down

0 comments on commit 9af7943

Please sign in to comment.