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