X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=71f821b2b3183144849d200242b4250743d71f57;hp=c946cb6ab789030dd7bed423000b7b864e6085d8;hb=41816b7ced99c0bd096607fd8a35dbc0b427d455;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c diff --git a/src/position.h b/src/position.h index c946cb6a..71f821b2 100644 --- a/src/position.h +++ b/src/position.h @@ -156,7 +156,6 @@ public: void print(Move m = MOVE_NONE) const; // Copying - void fast_copy(const Position& pos); void flipped_copy(const Position& pos); // The piece on a given square @@ -329,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];