X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fhistory.h;h=3fb74134466c272c08185476f918f558873e676c;hb=94a67c49b0238200bbd4b167d067f067ff4aad30;hp=2665f24fc34628d986edc57effe612ee8c7b06fc;hpb=3e38e61565c9ee6e3ff83dddfae22908bd2594b4;p=stockfish diff --git a/src/history.h b/src/history.h index 2665f24f..3fb74134 100644 --- a/src/history.h +++ b/src/history.h @@ -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; ////