X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdepth.h;h=86af1dffcfbc213ff63935b27d31628eeec2e152;hb=6b6f3c4ca47cdb39bea9f9b39b5f8ed80f5198a9;hp=05008e05c4fbfa04d405e3e542a69261f2fb5772;hpb=a9e9746495821fe7251d5f86ea3a97cb91eac729;p=stockfish diff --git a/src/depth.h b/src/depth.h index 05008e05..86af1dff 100644 --- a/src/depth.h +++ b/src/depth.h @@ -27,8 +27,8 @@ enum Depth { DEPTH_ZERO = 0, - DEPTH_MAX = 200, // 100 * OnePly; - DEPTH_ENSURE_SIGNED = -1 + DEPTH_MAX = 200, // 100 * OnePly; + DEPTH_NONE = -254 // -127 * OnePly };