X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=826fa13bfa85233cfe7931e4606e237ffa6bede8;hp=be43c2e41e2bf13c2926f2a163f54725726f9cae;hb=6e06db93fde225eeae75dc8b3d5d1432c5cd14a8;hpb=35782079749c8f16560a13b9740d1a76654c6fe2 diff --git a/src/position.h b/src/position.h index be43c2e4..826fa13b 100644 --- a/src/position.h +++ b/src/position.h @@ -51,7 +51,7 @@ //// /// FEN string for the initial position -const std::string StartPosition = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"; +const std::string StartPositionFEN = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"; /// Maximum number of plies per game (220 should be enough, because the /// maximum search depth is 100, and during position setup we reset the