From a930aafce069c90349c6bf454f7e3b497fba6710 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Thu, 16 Oct 2008 12:53:25 +0200 Subject: [PATCH] Better comment previous patch Signed-off-by: Marco Costalba --- src/movepick.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/movepick.cpp b/src/movepick.cpp index 361644af..066af5f9 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -257,6 +257,7 @@ void MovePicker::score_noncaptures() { else moves[i].score = H.move_ordering_score(pos->piece_on(move_from(m)), m); + // Ensure moves in history are always sorted as first if (moves[i].score > 0) moves[i].score += 1000; -- 2.39.2