X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=766a84518c3f5a1f3bac447a119cd4788f1a0d8d;hb=9446dd6da335932b747c0ca2522da9970bb0956e;hp=4514ca4c462cabeb8d14fcb866c42259328fa80c;hpb=3ccdb57d6f8a90fbd31cc4cfcd8be59f04c21d64;p=stockfish diff --git a/src/position.h b/src/position.h index 4514ca4c..766a8451 100644 --- a/src/position.h +++ b/src/position.h @@ -100,7 +100,7 @@ enum Phase { struct StateInfo { Key pawnKey, materialKey; - int castleRights, rule50, pliesFromNull; + int castleRights, rule50, gamePly, pliesFromNull; Square epSquare; Score value; Value npMaterial[2]; @@ -323,7 +323,6 @@ private: // Other info Color sideToMove; - int gamePly; Key history[MaxGameLength]; int castleRightsMask[64]; StateInfo startState;