X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=b6c0a522e204edb3889e02d26036932d1e7da3d7;hp=c43cde790a4cfd225b6ebcb3990bdf6aed81adcb;hb=4626ec2890b140829e9971658ca948005b945fd4;hpb=dda7e4639aa19b91f2bafd2e8fb5b55c57eda97a;ds=sidebyside diff --git a/src/position.cpp b/src/position.cpp index c43cde79..b6c0a522 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -721,7 +721,7 @@ void Position::do_move(Move m, StateInfo& newSt, Bitboard dcCandidates) { Key key, pawnKey, materialKey; int castleRights, rule50, pliesFromNull; Square epSquare; - Value mgValue, egValue; + Value value; Value npMaterial[2]; };