From: Marco Costalba Date: Fri, 9 Aug 2013 06:21:55 +0000 (+0200) Subject: Fix 'improving' condition X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=5769509d72ab59d1a1856d035c38d84ecdc6f687;hp=5769509d72ab59d1a1856d035c38d84ecdc6f687 Fix 'improving' condition Because VALUE_NONE is 30002, it happens that after a check the next move is never an improving one. After this patch bench signature is independent from VALUE_NONE actual value. bench: 4303194 ---