X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;fp=src%2Fdepth.h;h=96b9197cfb99d508399a05f459ab20e22519a655;hp=86af1dffcfbc213ff63935b27d31628eeec2e152;hb=cfb52fcd5d307fc0daf6045fc7e299b61fed1017;hpb=cf4c28ff86ac76c1d04701e2aa88493d31643db6 diff --git a/src/depth.h b/src/depth.h index 86af1dff..96b9197c 100644 --- a/src/depth.h +++ b/src/depth.h @@ -26,17 +26,10 @@ //// enum Depth { - DEPTH_ZERO = 0, - DEPTH_MAX = 200, // 100 * OnePly; - DEPTH_NONE = -254 // -127 * OnePly -}; - - -//// -//// Constants -//// -const Depth OnePly = Depth(2); + OnePly = 2, + DEPTH_NONE = -127 * OnePly +}; ////