]> git.sesse.net Git - stockfish/commitdiff
Remove hardcode default values of UCI variables from evaluation
authorMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:35:12 +0000 (15:35 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:35:12 +0000 (15:35 +0100)
This is the same change we have already done in search.cpp,
this time for evaluation.cpp

If a variable will be populated reading an UCI option
then do not hard code its default values.

This avoids misleadings when reading the sources.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found