]> git.sesse.net Git - stockfish/blobdiff - src/depth.h
Rename OnePly in ONE_PLY
[stockfish] / src / depth.h
index 96b9197cfb99d508399a05f459ab20e22519a655..85422f2b3b6fbde42820885a2fface48d2883bb2 100644 (file)
@@ -27,8 +27,8 @@
 
 enum Depth {
 
-  OnePly = 2,
-  DEPTH_NONE = -127 * OnePly
+  ONE_PLY = 2,
+  DEPTH_NONE = -127 * ONE_PLY
 };