From: Marco Costalba Date: Tue, 19 May 2009 14:35:12 +0000 (+0100) Subject: Remove hardcode default values of UCI variables from evaluation X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=da579e46b71ef67871ec940209b63b44fe352fbf;hp=da579e46b71ef67871ec940209b63b44fe352fbf;p=stockfish Remove hardcode default values of UCI variables from evaluation 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 ---