Skip to content

Commit

Permalink
Update variant.h
Browse files Browse the repository at this point in the history
musketeerGating replaces commitGates
  • Loading branch information
musketeerchess authored Dec 20, 2023
1 parent f6860dd commit 5ded183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ struct Variant {
WallingRule wallingRule = NO_WALLING;
Bitboard wallingRegion[COLOR_NB] = {AllSquares, AllSquares};
bool seirawanGating = false;
bool commitGates = false;
bool musketeerGating = false;
bool cambodianMoves = false;
Bitboard diagonalLines = 0;
bool pass[COLOR_NB] = {false, false};
Expand Down

0 comments on commit 5ded183

Please sign in to comment.