X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;h=96b9197cfb99d508399a05f459ab20e22519a655;hp=05008e05c4fbfa04d405e3e542a69261f2fb5772;hb=cfb52fcd5d307fc0daf6045fc7e299b61fed1017;hpb=a9e9746495821fe7251d5f86ea3a97cb91eac729 diff --git a/src/depth.h b/src/depth.h index 05008e05..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_ENSURE_SIGNED = -1 -}; - - -//// -//// Constants -//// -const Depth OnePly = Depth(2); + OnePly = 2, + DEPTH_NONE = -127 * OnePly +}; ////