From: Marco Costalba Date: Sat, 25 Apr 2009 14:26:06 +0000 (+0100) Subject: Do not hardcode default values of UCI variables X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=inline;h=f010b6db71708e6aa480360167579db91903c4f1;hp=f010b6db71708e6aa480360167579db91903c4f1;p=stockfish Do not hardcode default values of UCI variables 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 ---