1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Disable again null move at depth == OnePly

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2009-08-26 16:59:58 +01:00
parent b088f0aefd
commit 129cde008c

View file

@ -1282,7 +1282,7 @@ namespace {
bool isCheck = pos.is_check();
bool useNullMove = ( allowNullmove
//&& depth > OnePly
&& depth > OnePly
&& !isCheck
&& !value_is_mate(beta)
&& ok_to_do_nullmove(pos)