From: Marco Costalba Date: Sat, 16 Apr 2011 09:21:13 +0000 (+0100) Subject: Fix a stale comment X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=6056a434191e97e61ff8657a50a1f645ca8dfb79 Fix a stale comment Spotted by Onno No functional change. Signed-off-by: Marco Costalba --- 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;