X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdepth.h;h=85422f2b3b6fbde42820885a2fface48d2883bb2;hb=4aeffc8c9a7ba870702974f62d1d3553ed227c00;hp=96b9197cfb99d508399a05f459ab20e22519a655;hpb=cfb52fcd5d307fc0daf6045fc7e299b61fed1017;p=stockfish diff --git a/src/depth.h b/src/depth.h index 96b9197c..85422f2b 100644 --- a/src/depth.h +++ b/src/depth.h @@ -27,8 +27,8 @@ enum Depth { - OnePly = 2, - DEPTH_NONE = -127 * OnePly + ONE_PLY = 2, + DEPTH_NONE = -127 * ONE_PLY };