X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=71f821b2b3183144849d200242b4250743d71f57;hp=0fce1860991eaec247937736062de163d2091b53;hb=41816b7ced99c0bd096607fd8a35dbc0b427d455;hpb=3de0bc43a272d1180a1710f5009de8aec450ed02 diff --git a/src/position.h b/src/position.h index 0fce1860..71f821b2 100644 --- a/src/position.h +++ b/src/position.h @@ -328,12 +328,12 @@ private: Color sideToMove; int gamePly; Key history[MaxGameLength]; + int castleRightsMask[64]; File initialKFile, initialKRFile, initialQRFile; StateInfo startState; StateInfo* st; // Static variables - static int castleRightsMask[64]; static Key zobrist[2][8][64]; static Key zobEp[64]; static Key zobCastle[16];