Skip to content

Commit

Permalink
Consistently set default
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab committed Aug 22, 2024
1 parent a9727eb commit cb27cea
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 @@ -175,7 +175,7 @@ struct Variant {
int pieceHandIndex[COLOR_NB][PIECE_NB];
int kingSquareIndex[SQUARE_NB];
int nnueMaxPieces;
EndgameEval endgameEval = NO_EG_EVAL;
EndgameEval endgameEval = EG_EVAL_CHESS;
bool shogiStylePromotions = false;
std::vector<Direction> connect_directions;
PieceSet connectPieceTypesTrimmed = ~NO_PIECE_SET;
Expand Down

0 comments on commit cb27cea

Please sign in to comment.