X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=09c630062dd3984ea5a2fcc0ffaa647c7ff4fe2a;hp=e2365a68f306266bb1ec4ba84c09fab8762c15c2;hb=f35ddb04af2a00bd9facf5b66ec97e4ab28d4480;hpb=ef6fca98a0b70b82ba701e6969a80cd9daf78705;ds=sidebyside diff --git a/src/position.h b/src/position.h index e2365a68..09c63006 100644 --- a/src/position.h +++ b/src/position.h @@ -87,12 +87,13 @@ enum Phase { /// must be passed as a parameter. struct StateInfo { - Key key, pawnKey, materialKey; + Key pawnKey, materialKey; int castleRights, rule50, pliesFromNull; Square epSquare; Score value; Value npMaterial[2]; + Key key; PieceType capture; Bitboard checkersBB; StateInfo* previous;