X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;h=05008e05c4fbfa04d405e3e542a69261f2fb5772;hp=92ce6e22a0e6001ad26f1c86fca0f81b2feaccbb;hb=a9e9746495821fe7251d5f86ea3a97cb91eac729;hpb=a7fcdfd6bff8baa6278306dd9e4fa72d053bb8c9 diff --git a/src/depth.h b/src/depth.h index 92ce6e22..05008e05 100644 --- a/src/depth.h +++ b/src/depth.h @@ -27,7 +27,8 @@ enum Depth { DEPTH_ZERO = 0, - DEPTH_MAX = 200 // 100 * OnePly; + DEPTH_MAX = 200, // 100 * OnePly; + DEPTH_ENSURE_SIGNED = -1 };