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