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