X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=606c7486fc8563db19d155541435f236de61415c;hb=a806d7c3d65bdea85125aa3611537974c6e0c030;hp=370bb1d45e0476a9618c42725e350b7dc0e018e2;hpb=48b74142efa52f0da9d4e27f9bbcbe9520499524;p=stockfish diff --git a/src/position.h b/src/position.h index 370bb1d4..606c7486 100644 --- a/src/position.h +++ b/src/position.h @@ -88,7 +88,7 @@ enum Phase { struct StateInfo { Key key, pawnKey, materialKey; - int castleRights, rule50; + int castleRights, rule50, pliesFromNull; Square epSquare; Value mgValue, egValue; Value npMaterial[2];