From 6056a434191e97e61ff8657a50a1f645ca8dfb79 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 16 Apr 2011 10:21:13 +0100 Subject: [PATCH] Fix a stale comment Spotted by Onno No functional change. Signed-off-by: Marco Costalba --- src/movepick.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/movepick.cpp b/src/movepick.cpp index 4bdfd374..95310bd8 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -217,9 +217,7 @@ void MovePicker::score_captures() { } void MovePicker::score_noncaptures() { - // First score by history, when no history is available then use - // piece/square tables values. This seems to be better then a - // random choice when we don't have an history for any move. + // Score by history and max gain for the move. Move m; Piece piece; Square from, to; -- 2.39.2