]> git.sesse.net Git - stockfish/blobdiff - src/history.h
Rename OnePly in ONE_PLY
[stockfish] / src / history.h
index 2665f24fc34628d986edc57effe612ee8c7b06fc..3fb74134466c272c08185476f918f558873e676c 100644 (file)
@@ -71,7 +71,7 @@ private:
 /// recently have a bigger importance for move ordering than the moves which
 /// have been searched a long time ago.
 
-const int HistoryMax = 50000 * OnePly;
+const int HistoryMax = 50000 * ONE_PLY;
 
 
 ////