From: Marco Costalba Date: Sat, 28 Feb 2009 08:42:52 +0000 (+0100) Subject: Slightly better condition in update_hidden_checks() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=a96cba0ec89e5a3bbd435fccca652678c9fd20a7;hp=a96cba0ec89e5a3bbd435fccca652678c9fd20a7 Slightly better condition in update_hidden_checks() Use a more strict condition to check if we have captured an opponent pinner or hidden checker. With this patch the occurrence of checkerCaptured == true are reduced of 50%. No functional change. Signed-off-by: Marco Costalba ---