Skip to content

Commit

Permalink
Update variant.cpp
Browse files Browse the repository at this point in the history
commitGates not defined in variant.cpp
  • Loading branch information
musketeerchess authored Dec 22, 2023
1 parent 6c24f96 commit 0a392b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ namespace {
v->add_piece(MUSKETEER_CANNON, 'o');
//"********/rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR/******** w KQkq - 0 1"
v->startFen = "********/rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR/******** w KQkq - 0 1";
v->commitGates = true;
//v->commitGates = true;
v->promotionPieceTypes = {LEOPARD, MUSKETEER_CANNON, QUEEN, ROOK, BISHOP, KNIGHT}; // refer to PieceToCharTable to know the piece combination that can be promoted apart from the classic chess pieces
return v;
}
Expand Down

0 comments on commit 0a392b4

Please sign in to comment.