X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=6f2bcdb3ddb0431e3c9d2debd86f89f09824942e;hp=7d7cce0e027ad95e67a55303f9a698870ebafc7e;hb=adeded29fb6ce483bbbafaa0f67aa086cad968f9;hpb=40f5abba104b411ec5234e2c93b05bba8e6bd3c8 diff --git a/src/search.h b/src/search.h index 7d7cce0e..6f2bcdb3 100644 --- a/src/search.h +++ b/src/search.h @@ -45,7 +45,8 @@ struct Stack { Move killers[2]; Depth reduction; Value staticEval; - int skipNullMove; + bool skipNullMove; + bool nullChild; };