X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=5ff3d1ace8d3b908da4f39ff6c1247b58f7ccfde;hb=9c7dc057d160d7f3c41553173f958f2cc7b5d98c;hp=a3fb16b8e6c2c871a6e9ac3ab5ca3e11d36f9863;hpb=a8abba0b4d127f608e8e8dde4583d6389b3c2339;p=stockfish diff --git a/src/position.h b/src/position.h index a3fb16b8..5ff3d1ac 100644 --- a/src/position.h +++ b/src/position.h @@ -46,6 +46,7 @@ struct StateInfo { Square epSquare; // Not copied when making a move (will be recomputed anyhow) + int repetition; Key key; Bitboard checkersBB; Piece capturedPiece;