X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;h=35430bc55b983e4030d800e4eb9e3bb2f3526d00;hp=75657d8e03104dbef27d7c1bfbd99b0b6fe4d5c2;hb=4f28e19fc0a55c09624d106d9ce6075b29956c49;hpb=ea2b8a93eb3cf2765e51d33ecf37c3994eacb84d diff --git a/src/depth.h b/src/depth.h index 75657d8e..35430bc5 100644 --- a/src/depth.h +++ b/src/depth.h @@ -28,6 +28,8 @@ enum Depth { ONE_PLY = 2, + + DEPTH_ZERO = 0, DEPTH_NONE = -127 * ONE_PLY };