1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Fix a stale comment

Spotted by Onno

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2011-04-16 10:21:13 +01:00
parent f8e767388b
commit 6056a43419

View file

@ -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;