X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=3fb74134466c272c08185476f918f558873e676c;hp=2665f24fc34628d986edc57effe612ee8c7b06fc;hb=a46b53e1c21ba56b09d7d9e47335d383b5240ce0;hpb=3e38e61565c9ee6e3ff83dddfae22908bd2594b4 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; ////